Files
opentf/command
Martin Atkins be79bf0412 command: Fix TestPlan_outBackend
In an earlier change we fixed the "backendFromConfig" codepath to be
able to properly detect changes to the -backend-config arguments during
"terraform init", but this detection is too strict for the normal case
of running an operation in a previously-initialized directory.

Before any of the recent changes, the logic here was to selectively update
the hash to include -backend-config settings in the init case. Since
that late hash recalculation was confusing, here we take the alternative
path of using the hash only in the normal case and full value comparison
in the init case. Treating both of these cases separately makes things
marginally easier to follow here.
2018-11-19 09:02:35 -08:00
..
2018-10-16 19:14:11 -07:00
2018-11-06 16:29:46 +01:00
2015-04-29 13:07:13 -05:00
2017-11-03 11:13:31 -04:00
2018-10-16 19:14:11 -07:00
2018-10-16 19:14:11 -07:00
2018-11-19 09:02:35 -08:00
2018-01-09 23:13:33 +00:00
2018-11-08 08:57:11 -08:00
2018-11-08 08:57:11 -08:00
2018-11-19 09:02:35 -08:00
2018-11-06 16:29:46 +01:00
2018-10-16 18:24:47 -07:00
2018-10-16 19:14:11 -07:00
2018-10-16 19:14:11 -07:00