We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1653b commit 1e783a4Copy full SHA for 1e783a4
docs/infrastructure-as-code/terraform.md
@@ -29,19 +29,15 @@ The `iac` directory contains multiple submodules where each submodule resides un
29
```shell
30
terraform init
31
```
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.
+5. Validate your terraform files.
37
38
terraform validate
39
40
-7. Dry run to see what changes you are making.
+6. Dry run to see what changes you are making.
41
42
terraform plan
43
44
-8. Apply changes.
+7. Apply changes.
45
46
terraform apply
47
0 commit comments