terraform/helper/resource
James Bardin e28e11d44c Fix resource.UniqueId to be properly ordered
UniqueId attempted to provide an ordered unique id by using a nanosecond
timestamp, but doesn't take into account that time is not monotonic
increasing. This provides an implementation that will always be
increasing.
2016-11-15 21:58:23 -05:00
..
error.go helper/resource: Add timeout to TimeoutError msg (#8773) 2016-09-15 10:53:25 +01:00
id.go Fix resource.UniqueId to be properly ordered 2016-11-15 21:58:23 -05:00
id_test.go Fix resource.UniqueId to be properly ordered 2016-11-15 21:58:23 -05: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 helper/resource: Add timeout to TimeoutError msg (#8773) 2016-09-15 10:53:25 +01:00
state_test.go helper/resource: Add timeout to TimeoutError msg (#8773) 2016-09-15 10:53:25 +01:00
testing.go testing: Add ComposeAggregateTestFunc 2016-08-16 19:56:18 +01:00
testing_config.go helper/resource: Add TestStep.PreventPostDestroyRefresh 2016-06-01 19:13:00 +01:00
testing_import_state.go provider/aws: Support import `aws_s3_bucket_notification` 2016-08-23 08:19:06 +09:00
testing_import_state_test.go helper/resource: ImportState test can verify states 2016-05-11 13:02:37 -07:00
testing_test.go testing: Add ComposeAggregateTestFunc 2016-08-16 19:56:18 +01:00
wait.go Another race in resource.Retry 2016-07-29 18:35:54 -04:00
wait_test.go Timing out is not success 2016-06-30 18:07:56 -07:00