Commit 1c09455
authored
[QT-529] Always generate a Terraform configuration files (#81)
Enos scenarios always override the CLI configuration file to ensure that
we don't accidentally inherit global configuration. Previously we relied
on simply setting the environment variable and geneating actual contents
only if they were set in the scenario. Terraform 1.4.2 changed the
behavior to warn if the environment variable was set to a non-existent
file. Now we always create the file even if it's blank.
Signed-off-by: Ryan Cragun <[email protected]>1 parent dd2a404 commit 1c09455
1 file changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
162 | 176 | | |
163 | 177 | | |
164 | 178 | | |
| |||
0 commit comments