Skip to content

Commit 1e783a4

Browse files
committed
fix terraform docs
1 parent 1c1653b commit 1e783a4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/infrastructure-as-code/terraform.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,15 @@ The `iac` directory contains multiple submodules where each submodule resides un
2929
```shell
3030
terraform init
3131
```
32-
5. Pull remote module sources. This requires Git authentication when running for the first time.
33-
```shell
34-
terraform get
35-
```
36-
6. Validate your terraform files.
32+
5. Validate your terraform files.
3733
```shell
3834
terraform validate
3935
```
40-
7. Dry run to see what changes you are making.
36+
6. Dry run to see what changes you are making.
4137
```shell
4238
terraform plan
4339
```
44-
8. Apply changes.
40+
7. Apply changes.
4541
```shell
4642
terraform apply
4743
```

0 commit comments

Comments
 (0)