terraform/vendor/github.com/mitchellh
Martin Atkins b0da5b1ce5 core: Remove the last few HIL remnants
We've not been using HIL in the main codepaths since Terraform 0.12, but
some references to it (and some supporting functionality in Terraform)
stuck around due to interactions with types we'd kept around to support
legacy shims.

However, removing the configs.RawConfig field from
terraform.ResourceConfig disconnects that subtree of dependencies from
everything else, allowing us to remove it. This is safe because the only
remaining uses of terraform.ResourceConfig are shims from values that
were already evaluated using the HCL 2 API, and thus they never need
the "just in time" HIL evaluation that ResourceConfig.interpolateForce
used to do.

We also had some HIL references in configs/hcl2shim that were previously
in support of the "terraform 0.12upgrade" command, but the implementation
of that command is now removed.

There was one remaining reference to HIL in a now-unused function in the
helper/schema package, which I removed entirely here.

This then allows us to remove the HIL dependency entirely, and also to
clean up some remaining old remants of the legacy "config" package that
we'd recently moved into the "configs" package pending further pruning.
2020-09-02 15:53:33 -07:00
..
cli vendor: github.com/mitchellh/cli@v1.0.0 2019-02-21 08:56:05 +00:00
colorstring vendor: github.com/mitchellh/colorstring@d06e56a500db 2019-02-21 08:57:51 +00:00
copystructure vendor: go get github.com/mitchellh/copystructure@v1.0.0 2019-02-12 12:06:10 +00:00
go-homedir modules: update Azure deps to latest 2019-07-30 09:12:14 -07:00
go-linereader vendor: github.com/mitchellh/go-linereader@1b945b3263eb 2019-02-21 08:59:37 +00:00
go-testing-interface vendor: github.com/hashicorp/go-getter@v1.1.0 2019-02-21 08:52:47 +00:00
go-wordwrap vendor: Update HCL2 and cty, and other related packages 2018-10-16 19:14:11 -07:00
gox adding gox to tools package 2020-06-17 10:59:28 -04:00
iochan adding gox to tools package 2020-06-17 10:59:28 -04:00
mapstructure vendor: github.com/hashicorp/hil@latest 2019-02-12 15:56:22 +00:00
panicwrap vendor: go get github.com/mitchellh/panicwrap@v1.0.0 2019-11-05 16:22:45 -08:00
prefixedio vendor: github.com/mitchellh/prefixedio@5733675afd51 2019-02-21 09:02:56 +00:00
reflectwalk Add kubernetes backend 2020-06-04 02:29:57 -04:00