terraform/helper/resource
Martin Atkins 39e609d5fd vendor: switch to HCL 2.0 in the HCL repository
Previously we were using the experimental HCL 2 repository, but now we'll
shift over to the v2 import path within the main HCL repository as part of
actually releasing HCL 2.0 as stable.

This is a mechanical search/replace to the new import paths. It also
switches to the v2.0.0 release of HCL, which includes some new code that
Terraform didn't previously have but should not change any behavior that
matters for Terraform's purposes.

For the moment the experimental HCL2 repository is still an indirect
dependency via terraform-config-inspect, so it remains in our go.sum and
vendor directories for the moment. Because terraform-config-inspect uses
a much smaller subset of the HCL2 functionality, this does still manage
to prune the vendor directory a little. A subsequent release of
terraform-config-inspect should allow us to completely remove that old
repository in a future commit.
2019-10-02 15:10:21 -07:00
..
error.go helper/resource: Add retries to err message 2017-01-20 11:09:04 -08:00
grpc_test_provider.go Stop grpc server when running ACC tests 2019-04-29 14:14:04 -04:00
id.go Export a const for validation methods 2018-03-10 12:40:37 -05:00
id_test.go Make failure message more explicit 2018-03-10 21:53:54 -05:00
map.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
map_test.go prune NewResourceConfig and update tests 2019-08-05 22:08:03 -04:00
resource.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
state.go grammatical updates to comments and docs (#20195) 2019-03-21 14:05:41 -07:00
state_shim.go don't lose track of private data in the ACC tests 2019-09-18 13:59:12 -04:00
state_shim_test.go helper/resource: Preserve provider address when shimming to old state 2019-03-19 15:08:46 -07:00
state_test.go add test for proper cancelation 2017-04-19 18:07:00 -04:00
testing.go Merge pull request #18277 from ndmckinley/patch-1 2019-08-08 13:08:19 +01:00
testing_config.go move hcl2shim package to configs 2019-08-06 19:58:58 -04:00
testing_import_state.go vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07:00
testing_import_state_test.go skip resource tests for now 2018-10-31 14:17:23 -04:00
testing_test.go allow 0 and unset to be equal in count tests 2019-02-11 11:35:19 -05:00
wait.go Fixing small typo in resource/wait.go 2018-03-14 17:33:03 +01:00
wait_test.go fix tests affected by refreshGracePeriod 2017-04-19 18:07:00 -04:00