File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 91
91
env :
92
92
# https://developer.hashicorp.com/terraform/cli/config/environment-variables#tf_in_automation
93
93
TF_IN_AUTOMATION : true
94
+ # https://developer.hashicorp.com/terraform/cli/config/environment-variables#tf_input
95
+ # https://developer.hashicorp.com/terraform/tutorials/automation/automate-terraform#automated-terraform-cli-workflow
96
+ TF_INPUT : false
94
97
run : terraform init
95
98
96
99
- name : Check whether there are no modified files
@@ -107,6 +110,9 @@ jobs:
107
110
env :
108
111
# https://developer.hashicorp.com/terraform/cli/config/environment-variables#tf_in_automation
109
112
TF_IN_AUTOMATION : true
113
+ # https://developer.hashicorp.com/terraform/cli/config/environment-variables#tf_input
114
+ # https://developer.hashicorp.com/terraform/tutorials/automation/automate-terraform#automated-terraform-cli-workflow
115
+ TF_INPUT : false
110
116
run : >-
111
117
terraform plan \
112
118
-detailed-exitcode \
You can’t perform that action at this time.
0 commit comments