mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
* 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. |
||
---|---|---|
.. | ||
context_components.go | ||
diff_test.go | ||
diff.go | ||
features.go | ||
instancetype_string.go | ||
instancetype.go | ||
provider_mock.go | ||
provisioner_mock.go | ||
resource_address_test.go | ||
resource_address.go | ||
resource_mode_string.go | ||
resource_mode.go | ||
resource_provider_mock.go | ||
resource_provider.go | ||
resource_provisioner_mock.go | ||
resource_provisioner.go | ||
resource_test.go | ||
resource.go | ||
schemas.go | ||
state_filter.go | ||
state_test.go | ||
state_upgrade_v1_to_v2.go | ||
state_upgrade_v2_to_v3.go | ||
state_v1.go | ||
state.go | ||
testing.go | ||
ui_input_mock.go | ||
ui_input_prefix_test.go | ||
ui_input_prefix.go | ||
ui_input.go | ||
ui_output_callback_test.go | ||
ui_output_callback.go | ||
ui_output_mock_test.go | ||
ui_output_mock.go | ||
ui_output.go | ||
upgrade_state_v1_test.go | ||
upgrade_state_v2_test.go | ||
util_test.go | ||
util.go | ||
version_required.go | ||
version.go |