Skip to content

Commit 2e9ecfc

Browse files
committed
infra(terraform): add README
1 parent 7706544 commit 2e9ecfc

File tree

1 file changed

+22
-0
lines changed
  • infra/aggregation_mode/terraform/environments/hoodi

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```shell
14+
source .env && terraform plan
15+
```
16+
17+
# Apply
18+
19+
```shell
20+
source .env && terraform apply
21+
```
22+

0 commit comments

Comments
 (0)