terraform/helper/resource
James Bardin f2a7b94692 use the new ModuleStorage in the command package
Update the command package to use the new module storage. Move the old
command output strings into the module storage itself. This could be
moved back later either by using ui callbacks, or designing a module
storage interface once we know what the final requirements will look
like.
2017-10-27 12:58:24 -04:00
..
error.go helper/resource: Add retries to err message 2017-01-20 11:09:04 -08:00
id.go Fix resource.UniqueId to be properly ordered over multiple runs 2017-06-15 08:09:23 -07:00
id_test.go Fix resource.UniqueId to be properly ordered over multiple runs 2017-06-15 08:09:23 -07:00
map.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
map_test.go helper/resource: automatically validate resources 2014-07-08 10:17:36 -07:00
resource.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
state.go lint errors 2017-04-19 18:19:48 -04:00
state_test.go add test for proper cancelation 2017-04-19 18:07:00 -04:00
testing.go use the new ModuleStorage in the command package 2017-10-27 12:58:24 -04:00
testing_config.go testing: Add option to run only a plan on a TestStep configuration 2017-03-22 15:38:21 -05:00
testing_import_state.go helper/resource: Add ImportStateIdFunc 2017-09-06 19:44:43 -07:00
testing_import_state_test.go helper/resource: Failure case for ImportStateIdFunc 2017-09-06 19:51:01 -07:00
testing_test.go helper: Allow logs isolation per acceptance test 2017-10-14 16:39:11 +03:00
wait.go Another race in resource.Retry 2016-07-29 18:35:54 -04:00
wait_test.go fix tests affected by refreshGracePeriod 2017-04-19 18:07:00 -04:00