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 bc57c11 commit b878de8Copy full SHA for b878de8
.gitignore
@@ -0,0 +1,2 @@
1
+.terraform*
2
+DS_Store
README.md
@@ -0,0 +1,14 @@
+# Terraform code
+
3
+## Maintain vpc & eks with terraform for vprofile project
4
5
+##Tools required
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
14
0 commit comments