diff --git a/pages/common/terraform.md b/pages/common/terraform.md index e1c426a65..02f1a9266 100644 --- a/pages/common/terraform.md +++ b/pages/common/terraform.md @@ -7,6 +7,10 @@ `terraform init` +- Format configuration according to Terraform language style conventions: + +`terraform fmt` + - Generate and show an execution plan: `terraform plan`