We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71313aa commit e5ac8a8Copy full SHA for e5ac8a8
.github/workflows/provision-by-terraform.yml
@@ -90,10 +90,16 @@ jobs:
90
91
- name: Run terraform init
92
working-directory: infra/terraform
93
+ env:
94
+ # https://developer.hashicorp.com/terraform/cli/config/environment-variables#tf_in_automation
95
+ TF_IN_AUTOMATION: true
96
run: terraform init
97
98
- name: Run terraform plan
99
100
101
102
103
run: >-
104
terraform plan \
105
-detailed-exitcode \
0 commit comments