Skip to content

Commit f6c8d5d

Browse files
committedNov 19, 2018
document the terraform workflow
1 parent 05be36e commit f6c8d5d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎terraform/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,13 @@ Then run the following command to diff the changes and then apply if approved:
2020
nix-shell --run "terraform apply"
2121
```
2222

23+
## Terraform workflow
24+
25+
Write the Terraform code and test the changes using `terraform validate`.
26+
27+
Before committing run `terraform fmt`.
28+
29+
Once the code is ready to be deployed, create a new PR with the attached
30+
output of `terraform plan`.
31+
32+
Once the PR is merged, run `terraform apply` to apply the changes.

0 commit comments

Comments
 (0)
Please sign in to comment.