opentofu/internal/legacy/terraform
Martin Atkins 783a07d9e8 build: Use Go 1.19
Go 1.19's "fmt" has some awareness of the new doc comment formatting
conventions and adjusts the presentation of the source comments to make
it clearer how godoc would interpret them. Therefore this commit includes
various updates made by "go fmt" to acheve that.

In line with our usual convention that we make stylistic/grammar/spelling
tweaks typically only when we're "in the area" changing something else
anyway, I also took this opportunity to review most of the comments that
this updated to see if there were any other opportunities to improve them.
2022-08-22 10:59:12 -07:00
..
context_components.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
diff_test.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
features.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
instancetype.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_address_test.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
resource_address.go build: Use Go 1.19 2022-08-22 10:59:12 -07:00
resource_mode_string.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_provider_mock.go Mildwonkey/providers interface renaming (#27805) 2021-02-18 10:13:43 -05:00
resource_provider.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00
resource_provisioner_mock.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
resource_provisioner.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
resource.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_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
state.go build: Use Go 1.19 2022-08-22 10:59:12 -07:00
testing.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_test.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.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_callback.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
ui_output_mock.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
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_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
version_required.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
version.go internal/legacy/terraform 2020-12-02 12:16:35 -05:00