Few minor adjustment to the Terraform steps

This commit is contained in:
Kent 'picat' Gruber 2020-07-16 16:24:16 -04:00
parent 8b77b706a8
commit 13eb12d29d
1 changed files with 3 additions and 1 deletions

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
```