Few minor adjustment to the Terraform steps
This commit is contained in:
parent
8b77b706a8
commit
13eb12d29d
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue