We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7706544 commit 2e9ecfcCopy full SHA for 2e9ecfc
1 file changed
infra/aggregation_mode/terraform/environments/hoodi/README.md
@@ -0,0 +1,22 @@
1
+
2
+# Init
3
4
+```shell
5
+source .env && terraform init -migrate-state \
6
+ -backend-config="bucket=${TFSTATE_BUCKET}" \
7
+ -backend-config="key=${TFSTATE_KEY}" \
8
+ -backend-config="region=${TFSTATE_REGION}"
9
+```
10
11
+# Plan
12
13
14
+source .env && terraform plan
15
16
17
+# Apply
18
19
20
+source .env && terraform apply
21
22
0 commit comments