Skip to content

Commit

Permalink
document the terraform workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Nov 19, 2018
1 parent 05be36e commit f6c8d5d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terraform/README.md
Expand Up @@ -20,3 +20,13 @@ Then run the following command to diff the changes and then apply if approved:
nix-shell --run "terraform apply"
```

## Terraform workflow

Write the Terraform code and test the changes using `terraform validate`.

Before committing run `terraform fmt`.

Once the code is ready to be deployed, create a new PR with the attached
output of `terraform plan`.

Once the PR is merged, run `terraform apply` to apply the changes.

0 comments on commit f6c8d5d

Please sign in to comment.