Files
opentf/terraform
Martin Atkins 453fc505f4 core: Tolerate missing resource variables during input walk
Provider nodes interpolate their config during the input walk, but this
is very early and so it's pretty likely that any resources referenced are
entirely absent from the state.

As a special case then, we tolerate the normally-fatal case of having
an entirely missing resource variable so that the input walk can complete,
albeit skipping the providers that have such interpolations.

If these interpolations end up still being unresolved during refresh
(e.g. because the config references a resource that hasn't been created
yet) then we will catch that error on the refresh pass, or indeed on the
plan pass if -refresh=false is used.
2016-05-14 09:25:03 -07:00
..
2016-03-21 14:20:36 -05:00
2015-10-08 15:48:04 +03:00
2015-02-19 12:07:54 -08:00
2015-02-19 12:08:32 -08:00
2015-02-19 12:08:32 -08:00
2015-02-19 12:08:32 -08:00
2015-02-19 12:08:32 -08:00
2015-10-08 15:48:04 +03:00
2014-06-26 16:52:15 -07:00
2016-05-10 14:40:11 -04:00
2016-05-10 13:25:02 -07:00
2015-10-03 14:16:40 -07:00
2015-02-19 12:08:01 -08:00
2015-09-11 11:56:20 -07:00
2015-07-20 08:57:35 -07:00
2015-10-03 14:16:40 -07:00
2015-10-03 14:16:40 -07:00
2014-09-29 14:00:35 -07:00
2015-02-19 12:08:06 -08:00
fmt
2014-10-10 14:50:35 -07:00
2014-10-04 09:00:07 -07:00
2016-05-11 13:02:30 -07:00