We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 05be36e commit f6c8d5dCopy full SHA for f6c8d5d
terraform/README.md
@@ -20,3 +20,13 @@ Then run the following command to diff the changes and then apply if approved:
20
nix-shell --run "terraform apply"
21
```
22
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