terraform/builtin/providers/terraform
Kristin Laemmert f6505870cc
Mildwonkey/providers interface renaming (#27805)
* providers.Interface: huge renamification

This commit renames a handful of functions in the providers.Interface to
match changes made in protocol v6. The following commit implements this
change across the rest of the codebase; I put this in a separate commit
for ease of reviewing and will squash these together when merging.

One noteworthy detail: protocol v6 removes the config from the
ValidateProviderConfigResponse, since it's never been used. I chose to
leave that in place in the interface until we deprecate support for
protocol v5 entirely.

Note that none of these changes impact current providers using protocol
v5; the protocol is unchanged. Only the translation layer between the
proto and terraform have changed.
2021-02-18 10:13:43 -05:00
..
testdata refactor tests to use modern states.State in favor of terraform.State where possible 2020-09-30 16:07:54 -04:00
data_source_state.go Fix terraform_remote_state backend version check 2020-12-08 14:18:04 -05:00
data_source_state_test.go refactor tests to use modern states.State in favor of terraform.State where possible 2020-09-30 16:07:54 -04:00
provider.go Mildwonkey/providers interface renaming (#27805) 2021-02-18 10:13:43 -05:00
provider_test.go remove dead code from tf provider 2020-12-02 13:07:10 -05:00