We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cc737 commit 3f979b0Copy full SHA for 3f979b0
1 file changed
README.adoc
@@ -83,7 +83,7 @@ The user will need to provide the following:
83
- AMI Ids for Rhel 8 and Rhcos images
84
85
== Build
86
-Download git repo:
+- download git repo:
87
```
88
mkdir devkit-vpc
89
@@ -93,7 +93,7 @@ podman run -it --rm -v $(pwd)/devkit-vpc:/clone:z \
93
cd devkit-vpc
94
95
96
-- Setup your variables.tf
+- setup your variables.tf
97
98
vi variables.tf
99
@@ -105,7 +105,7 @@ vi variables.tf
105
106
107
== Destroy
108
-All resources not created from the IaC must be deleted prior to destroying the vpc.
+- all resources not created from the IaC must be deleted prior to destroying the vpc.
109
110
./devkit-destroy-vpc.sh
111
0 commit comments