Few minor adjustment to the Terraform steps

This commit is contained in:
Kent 'picat' Gruber
2020-07-16 16:24:16 -04:00
parent 0befcbc159
commit 72661c4473

View File

@@ -202,12 +202,14 @@ Initialize Terraform:
terraform init
```
Run a Terraform Plan:
Plan infrastructure changes with Terraform:
```console
terraform plan
```
Apply infrastructure changes with Terraform:
```console
terraform apply
```