Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform Automation #11

Open
caiocezart opened this issue Jul 22, 2020 · 1 comment
Open

Terraform Automation #11

caiocezart opened this issue Jul 22, 2020 · 1 comment
Assignees

Comments

@caiocezart
Copy link
Contributor

Objectives:

  • Must use 3Musketeers pattern
  • Should have at least following targets:
  • plan:
    • Run terraform plan and generate an output file to be used by the apply command
  • apply:
    • Run the terraform apply command using the output generated by the plan command
  • State file can be managed locally as you'll be deploying the same code into each individual account during the development

Acceptance:

  • make plan and make apply is deploying the entire terraform stack into the account
  • there is no credentials in the code
  • A README file is updated with instructions on how to run the automation
@raghunadhpokkalath
Copy link
Contributor

This is completed as part of the docker file changes

raghunadhpokkalath added a commit that referenced this issue Aug 9, 2020
raghunadhpokkalath added a commit that referenced this issue Aug 9, 2020
* #12 updated makefile target name

* #11 updated makefile targets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants