Files
opentf/command
Martin Atkins 0b7179c363 command: Apply tests with realistic mock providers
Now that we're actually verifying correct behavior of providers during
plan and apply, our mock providers need to behave like real providers,
properly propagating any configured values through the plan and into the
final state.

For most of these it was simpler to just switch over to using the newer
PlanResourceChangeFn mock interface, away from the legacy DiffFn approach,
because then we can just return the ProposedNewState verbatim because our
schema for these tests does not require any default values to be
populated.
2019-02-11 17:46:55 -08:00
..
2015-04-29 13:07:13 -05:00
2018-10-16 19:14:11 -07:00
2018-10-16 19:14:11 -07:00
2018-01-09 23:13:33 +00:00
2018-12-18 17:57:44 -05:00
2018-10-16 18:24:47 -07:00
2019-01-08 14:57:52 +01:00
2019-01-08 14:57:52 +01:00
2018-11-26 23:38:37 +00:00
2014-05-24 12:04:43 -07:00