terraform/internal/legacy/terraform
Martin Atkins f40800b3a4 Move states/ to internal/states/
This is part of a general effort to move all of Terraform's non-library
package surface under internal in order to reinforce that these are for
internal use within Terraform only.

If you were previously importing packages under this prefix into an
external codebase, you could pin to an earlier release tag as an interim
solution until you've make a plan to achieve the same functionality some
other way.
2021-05-17 14:09:07 -07:00
..
context_components.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
diff.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
diff_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07: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 Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
provisioner_mock.go Move provisioners/ to internal/provisioners/ 2021-05-17 14:09:07 -07:00
resource.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
resource_address.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
resource_address_test.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07: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 Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
resource_provisioner_mock.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
resource_test.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
schemas.go Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
state.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
state_filter.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
state_test.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07: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 Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00