We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89b3ed commit 191764aCopy full SHA for 191764a
README.md
@@ -6,9 +6,9 @@
6
Terraform version 1.6.3
7
8
### Steps
9
-terraform init
10
-terraform fmt -check
11
-terraform validate
12
-terraform plan -out planfile
13
-terraform apply -auto-approve -input=false -parallelism=1 planfile
+* terraform init
+* terraform fmt -check
+* terraform validate
+* terraform plan -out planfile
+* terraform apply -auto-approve -input=false -parallelism=1 planfile
14
0 commit comments