Commit 21fd606
committed
OCPBUGS-22772: return Terraform statefile on error
Fixes a nil pointer dereference which occurs when there is an error
during Terraform apply. A file needs to be written for the cluster
asset, but there was a bug where no statefile was being returned
upon an error in Terraform apply.1 parent 321084a commit 21fd606
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments