terraform/internal/legacy/terraform
Kristin Laemmert ff05362d51
providers.Interface: rename ValidateDataSourceConfig to ValidateDataResourceConfig (#27874)
* providers.Interface: rename ValidateDataSourceConfig to
ValidateDataResourceConfig

This PR came about after renaming ValidateResourceTypeConfig to
ValidateResourceConfig: I now understand that we'd called it the former
instead of the latter to indicate that the function wasn't necessarily
operating on a resource that actually exists. A possibly-more-accurate
renaming of both functions might then be ValidateManagedResourceConfig
and ValidateDataResourceConfig.

The next commit will update the protocol (v6 only) as well; these are in
separate commits for reviewers and will get squashed together before
merging.

* extend renaming to protov6
2021-02-24 12:04:28 -05:00
..
context_components.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
diff.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
diff_test.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
features.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
instancetype.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
instancetype_string.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
provider_mock.go providers.Interface: rename ValidateDataSourceConfig to ValidateDataResourceConfig (#27874) 2021-02-24 12:04:28 -05:00
provisioner_mock.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
resource.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
resource_address.go Correct the spelling of heirarchy/hierarchy throughout 2021-02-05 15:07:04 +00:00
resource_address_test.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
resource_mode.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
resource_mode_string.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
resource_provider.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
resource_provider_mock.go Mildwonkey/providers interface renaming (#27805) 2021-02-18 10:13:43 -05:00
resource_provisioner.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
resource_provisioner_mock.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
resource_test.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
schemas.go Mildwonkey/providers interface renaming (#27805) 2021-02-18 10:13:43 -05:00
state.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
state_filter.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
state_test.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
state_upgrade_v1_to_v2.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
state_upgrade_v2_to_v3.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
state_v1.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
testing.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
ui_input.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
ui_input_mock.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
ui_input_prefix.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
ui_input_prefix_test.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
ui_output.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
ui_output_callback.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
ui_output_callback_test.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
ui_output_mock.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
ui_output_mock_test.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
upgrade_state_v1_test.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
upgrade_state_v2_test.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
util.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
util_test.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
version.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
version_required.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00