diff --git a/internal/genconfig/generate_config_write.go b/internal/genconfig/generate_config_write.go index 81d25b49d5..d7585a09cb 100644 --- a/internal/genconfig/generate_config_write.go +++ b/internal/genconfig/generate_config_write.go @@ -49,7 +49,7 @@ func (c *Change) MaybeWriteConfig(writer io.Writer, out string) (io.Writer, bool diags = diags.Append(tfdiags.Sourceless( tfdiags.Error, "Failed to create target generated file", - fmt.Sprintf("OpenTofu could not create the generated file (%s) in the target directory: %v. Depending on the error message, this may be a bug in OpenTF itself. If so, please report it!", out, err))) + fmt.Sprintf("OpenTofu could not create the generated file (%s) in the target directory: %v. Depending on the error message, this may be a bug in OpenTofu itself. If so, please report it!", out, err))) return nil, false, diags } else { writer = w @@ -70,7 +70,7 @@ func (c *Change) MaybeWriteConfig(writer io.Writer, out string) (io.Writer, bool diags = diags.Append(tfdiags.Sourceless( tfdiags.Warning, "Failed to save generated config", - fmt.Sprintf("OpenTofu encountered an error while writing generated config: %v. The config for %s must be created manually before applying. Depending on the error message, this may be a bug in OpenTF itself. If so, please report it!", err, c.Addr))) + fmt.Sprintf("OpenTofu encountered an error while writing generated config: %v. The config for %s must be created manually before applying. Depending on the error message, this may be a bug in OpenTofu itself. If so, please report it!", err, c.Addr))) } wroteConfig = true } diff --git a/internal/legacy/helper/schema/provider.go b/internal/legacy/helper/schema/provider.go index 7ff993c94c..dfb9561444 100644 --- a/internal/legacy/helper/schema/provider.go +++ b/internal/legacy/helper/schema/provider.go @@ -412,7 +412,7 @@ func (p *Provider) ImportState( return nil, fmt.Errorf( "nil entry in ImportState results. This is always a bug with\n" + "the resource that is being imported. Please report this as\n" + - "a bug to OpenTF.") + "a bug to OpenTofu.") } } diff --git a/testing/equivalence-tests/outputs/basic_json_string_update/plan b/testing/equivalence-tests/outputs/basic_json_string_update/plan index d3561f93ce..8f289afd2b 100644 --- a/testing/equivalence-tests/outputs/basic_json_string_update/plan +++ b/testing/equivalence-tests/outputs/basic_json_string_update/plan @@ -1,10 +1,10 @@ tfcoremock_simple_resource.json: Refreshing state... [id=5a3fd9b3-e852-8956-8c0a-255d47eda645] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_simple_resource.json will be updated in-place ~ resource "tfcoremock_simple_resource" "json" { @@ -35,4 +35,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_list/plan b/testing/equivalence-tests/outputs/basic_list/plan index 90b0215010..ad4fa393cf 100644 --- a/testing/equivalence-tests/outputs/basic_list/plan +++ b/testing/equivalence-tests/outputs/basic_list/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_list.list will be created + resource "tfcoremock_list" "list" { @@ -22,4 +22,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_list_empty/plan b/testing/equivalence-tests/outputs/basic_list_empty/plan index a989a59b40..080fe1a7f2 100644 --- a/testing/equivalence-tests/outputs/basic_list_empty/plan +++ b/testing/equivalence-tests/outputs/basic_list_empty/plan @@ -1,10 +1,10 @@ tfcoremock_list.list: Refreshing state... [id=985820B3-ACF9-4F00-94AD-F81C5EA33663] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_list.list will be updated in-place ~ resource "tfcoremock_list" "list" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_list_null/plan b/testing/equivalence-tests/outputs/basic_list_null/plan index eaa2452f7f..244ff19d9b 100644 --- a/testing/equivalence-tests/outputs/basic_list_null/plan +++ b/testing/equivalence-tests/outputs/basic_list_null/plan @@ -1,10 +1,10 @@ tfcoremock_list.list: Refreshing state... [id=985820B3-ACF9-4F00-94AD-F81C5EA33663] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_list.list will be updated in-place ~ resource "tfcoremock_list" "list" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_list_update/plan b/testing/equivalence-tests/outputs/basic_list_update/plan index c27aab3c64..34d548aded 100644 --- a/testing/equivalence-tests/outputs/basic_list_update/plan +++ b/testing/equivalence-tests/outputs/basic_list_update/plan @@ -1,10 +1,10 @@ tfcoremock_list.list: Refreshing state... [id=985820B3-ACF9-4F00-94AD-F81C5EA33663] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_list.list will be updated in-place ~ resource "tfcoremock_list" "list" { @@ -24,4 +24,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_map/plan b/testing/equivalence-tests/outputs/basic_map/plan index 2e12e4481e..8e8eb8b37a 100644 --- a/testing/equivalence-tests/outputs/basic_map/plan +++ b/testing/equivalence-tests/outputs/basic_map/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_map.map will be created + resource "tfcoremock_map" "map" { @@ -22,4 +22,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_map_empty/plan b/testing/equivalence-tests/outputs/basic_map_empty/plan index d286c9aa6a..cebb5c3403 100644 --- a/testing/equivalence-tests/outputs/basic_map_empty/plan +++ b/testing/equivalence-tests/outputs/basic_map_empty/plan @@ -1,10 +1,10 @@ tfcoremock_map.map: Refreshing state... [id=50E1A46E-E64A-4C1F-881C-BA85A5440964] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_map.map will be updated in-place ~ resource "tfcoremock_map" "map" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_map_null/plan b/testing/equivalence-tests/outputs/basic_map_null/plan index 5e73204628..08649e2465 100644 --- a/testing/equivalence-tests/outputs/basic_map_null/plan +++ b/testing/equivalence-tests/outputs/basic_map_null/plan @@ -1,10 +1,10 @@ tfcoremock_map.map: Refreshing state... [id=50E1A46E-E64A-4C1F-881C-BA85A5440964] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_map.map will be updated in-place ~ resource "tfcoremock_map" "map" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_map_update/plan b/testing/equivalence-tests/outputs/basic_map_update/plan index 650ba1102e..9e4d9e6e61 100644 --- a/testing/equivalence-tests/outputs/basic_map_update/plan +++ b/testing/equivalence-tests/outputs/basic_map_update/plan @@ -1,10 +1,10 @@ tfcoremock_map.map: Refreshing state... [id=50E1A46E-E64A-4C1F-881C-BA85A5440964] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_map.map will be updated in-place ~ resource "tfcoremock_map" "map" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_multiline_string_update/plan b/testing/equivalence-tests/outputs/basic_multiline_string_update/plan index 6d509d3c13..8decf5d159 100644 --- a/testing/equivalence-tests/outputs/basic_multiline_string_update/plan +++ b/testing/equivalence-tests/outputs/basic_multiline_string_update/plan @@ -1,10 +1,10 @@ tfcoremock_simple_resource.multiline: Refreshing state... [id=69fe5233-e77a-804f-0dac-115c949540bc] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_simple_resource.multiline will be updated in-place ~ resource "tfcoremock_simple_resource" "multiline" { @@ -28,4 +28,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_set/plan b/testing/equivalence-tests/outputs/basic_set/plan index b71830d293..221722ec9c 100644 --- a/testing/equivalence-tests/outputs/basic_set/plan +++ b/testing/equivalence-tests/outputs/basic_set/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_set.set will be created + resource "tfcoremock_set" "set" { @@ -22,4 +22,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_set_empty/plan b/testing/equivalence-tests/outputs/basic_set_empty/plan index a88ea19d51..4ae5f91d01 100644 --- a/testing/equivalence-tests/outputs/basic_set_empty/plan +++ b/testing/equivalence-tests/outputs/basic_set_empty/plan @@ -1,10 +1,10 @@ tfcoremock_set.set: Refreshing state... [id=046952C9-B832-4106-82C0-C217F7C73E18] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_set.set will be updated in-place ~ resource "tfcoremock_set" "set" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_set_null/plan b/testing/equivalence-tests/outputs/basic_set_null/plan index 37e4aad580..0ef8afb481 100644 --- a/testing/equivalence-tests/outputs/basic_set_null/plan +++ b/testing/equivalence-tests/outputs/basic_set_null/plan @@ -1,10 +1,10 @@ tfcoremock_set.set: Refreshing state... [id=046952C9-B832-4106-82C0-C217F7C73E18] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_set.set will be updated in-place ~ resource "tfcoremock_set" "set" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_set_update/plan b/testing/equivalence-tests/outputs/basic_set_update/plan index 7270d7f6f9..95afd5ae49 100644 --- a/testing/equivalence-tests/outputs/basic_set_update/plan +++ b/testing/equivalence-tests/outputs/basic_set_update/plan @@ -1,10 +1,10 @@ tfcoremock_set.set: Refreshing state... [id=046952C9-B832-4106-82C0-C217F7C73E18] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_set.set will be updated in-place ~ resource "tfcoremock_set" "set" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/data_read/plan b/testing/equivalence-tests/outputs/data_read/plan index 83f8591538..e73757f087 100644 --- a/testing/equivalence-tests/outputs/data_read/plan +++ b/testing/equivalence-tests/outputs/data_read/plan @@ -1,10 +1,10 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create <= read (data resources) -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # data.tfcoremock_simple_resource.read will be read during apply # (config refers to values not yet known) @@ -42,4 +42,4 @@ Plan: 3 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/drift_refresh_only/plan b/testing/equivalence-tests/outputs/drift_refresh_only/plan index 8260f381be..8c53f230ce 100644 --- a/testing/equivalence-tests/outputs/drift_refresh_only/plan +++ b/testing/equivalence-tests/outputs/drift_refresh_only/plan @@ -1,9 +1,9 @@ tfcoremock_simple_resource.drift: Refreshing state... [id=cb79269e-dc39-1e68-0a9c-63cb392afda9] -Note: Objects have changed outside of OpenTF +Note: Objects have changed outside of OpenTofu -OpenTF detected the following changes made outside of OpenTF since the last -"opentf apply" which may have affected this plan: +OpenTofu detected the following changes made outside of OpenTofu since the +last "tofu apply" which may have affected this plan: # tfcoremock_simple_resource.drift has changed ~ resource "tfcoremock_simple_resource" "drift" { @@ -12,9 +12,9 @@ OpenTF detected the following changes made outside of OpenTF since the last } -This is a refresh-only plan, so OpenTF will not take any actions to undo +This is a refresh-only plan, so OpenTofu will not take any actions to undo these. If you were expecting these changes then you can apply this plan to -record the updated values in the OpenTF state without changing any remote +record the updated values in the OpenTofu state without changing any remote objects. ───────────────────────────────────────────────────────────────────────────── @@ -22,4 +22,4 @@ objects. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/drift_relevant_attributes/plan b/testing/equivalence-tests/outputs/drift_relevant_attributes/plan index 107a0a80a4..aaccdefa04 100644 --- a/testing/equivalence-tests/outputs/drift_relevant_attributes/plan +++ b/testing/equivalence-tests/outputs/drift_relevant_attributes/plan @@ -1,10 +1,10 @@ tfcoremock_simple_resource.base: Refreshing state... [id=f6f74ca6-e8ef-e51f-522c-433b9ed5038f] tfcoremock_simple_resource.dependent: Refreshing state... [id=1b17b502-96c9-fcc3-3b09-2af1c3de6ad8] -Note: Objects have changed outside of OpenTF +Note: Objects have changed outside of OpenTofu -OpenTF detected the following changes made outside of OpenTF since the last -"opentf apply" which may have affected this plan: +OpenTofu detected the following changes made outside of OpenTofu since the +last "tofu apply" which may have affected this plan: # tfcoremock_simple_resource.base has changed ~ resource "tfcoremock_simple_resource" "base" { @@ -20,11 +20,11 @@ actions to undo or respond to these changes. ───────────────────────────────────────────────────────────────────────────── -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_simple_resource.base will be updated in-place ~ resource "tfcoremock_simple_resource" "base" { @@ -46,4 +46,4 @@ Plan: 0 to add, 2 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/drift_simple/plan b/testing/equivalence-tests/outputs/drift_simple/plan index f79f28ac6c..82b8b6e548 100644 --- a/testing/equivalence-tests/outputs/drift_simple/plan +++ b/testing/equivalence-tests/outputs/drift_simple/plan @@ -1,10 +1,10 @@ tfcoremock_simple_resource.drift: Refreshing state... [id=f3c6ddc5-37d5-0170-64ff-518ad421385a] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_simple_resource.drift will be updated in-place ~ resource "tfcoremock_simple_resource" "drift" { @@ -19,4 +19,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/fully_populated_complex/plan b/testing/equivalence-tests/outputs/fully_populated_complex/plan index 84cb891b32..c120927e84 100644 --- a/testing/equivalence-tests/outputs/fully_populated_complex/plan +++ b/testing/equivalence-tests/outputs/fully_populated_complex/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_complex_resource.complex will be created + resource "tfcoremock_complex_resource" "complex" { @@ -225,4 +225,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/fully_populated_complex_destroy/plan b/testing/equivalence-tests/outputs/fully_populated_complex_destroy/plan index f86d99c86a..90b3f8c322 100644 --- a/testing/equivalence-tests/outputs/fully_populated_complex_destroy/plan +++ b/testing/equivalence-tests/outputs/fully_populated_complex_destroy/plan @@ -1,10 +1,10 @@ tfcoremock_complex_resource.complex: Refreshing state... [id=64564E36-BFCB-458B-9405-EBBF6A3CAC7A] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: - destroy -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_complex_resource.complex will be destroyed - resource "tfcoremock_complex_resource" "complex" { @@ -226,4 +226,4 @@ Plan: 0 to add, 0 to change, 1 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/fully_populated_complex_update/plan b/testing/equivalence-tests/outputs/fully_populated_complex_update/plan index 7c5c318c21..6ab9f5be8b 100644 --- a/testing/equivalence-tests/outputs/fully_populated_complex_update/plan +++ b/testing/equivalence-tests/outputs/fully_populated_complex_update/plan @@ -1,10 +1,10 @@ tfcoremock_complex_resource.complex: Refreshing state... [id=64564E36-BFCB-458B-9405-EBBF6A3CAC7A] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_complex_resource.complex will be updated in-place ~ resource "tfcoremock_complex_resource" "complex" { @@ -128,4 +128,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/local_provider_basic/plan b/testing/equivalence-tests/outputs/local_provider_basic/plan index a5d7895ccc..187b41860b 100644 --- a/testing/equivalence-tests/outputs/local_provider_basic/plan +++ b/testing/equivalence-tests/outputs/local_provider_basic/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # local_file.local_file will be created + resource "local_file" "local_file" { @@ -25,4 +25,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/local_provider_delete/plan b/testing/equivalence-tests/outputs/local_provider_delete/plan index 78c4d0cfc2..f7ff372113 100644 --- a/testing/equivalence-tests/outputs/local_provider_delete/plan +++ b/testing/equivalence-tests/outputs/local_provider_delete/plan @@ -1,10 +1,10 @@ local_file.local_file: Refreshing state... [id=2248ee2fa0aaaad99178531f924bf00b4b0a8f4e] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: - destroy -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # local_file.local_file will be destroyed # (because local_file.local_file is not in configuration) @@ -27,4 +27,4 @@ Plan: 0 to add, 0 to change, 1 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/local_provider_update/plan b/testing/equivalence-tests/outputs/local_provider_update/plan index 3f1d6c22f2..09e3bf48e2 100644 --- a/testing/equivalence-tests/outputs/local_provider_update/plan +++ b/testing/equivalence-tests/outputs/local_provider_update/plan @@ -1,10 +1,10 @@ local_file.local_file: Refreshing state... [id=2248ee2fa0aaaad99178531f924bf00b4b0a8f4e] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: -/+ destroy and then create replacement -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # local_file.local_file must be replaced -/+ resource "local_file" "local_file" { @@ -25,4 +25,4 @@ Plan: 1 to add, 0 to change, 1 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/moved_simple/plan b/testing/equivalence-tests/outputs/moved_simple/plan index ac6cfad17b..5fd866d825 100644 --- a/testing/equivalence-tests/outputs/moved_simple/plan +++ b/testing/equivalence-tests/outputs/moved_simple/plan @@ -1,6 +1,6 @@ tfcoremock_simple_resource.second: Refreshing state... [id=70c47571-66c3-b1dc-2474-47a74b9c7886] -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_simple_resource.first has moved to tfcoremock_simple_resource.second resource "tfcoremock_simple_resource" "second" { @@ -15,4 +15,4 @@ Plan: 0 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/moved_with_drift/plan b/testing/equivalence-tests/outputs/moved_with_drift/plan index ae7e2064be..cdc7167d4c 100644 --- a/testing/equivalence-tests/outputs/moved_with_drift/plan +++ b/testing/equivalence-tests/outputs/moved_with_drift/plan @@ -1,10 +1,10 @@ tfcoremock_simple_resource.base_after: Refreshing state... [id=e450ef2f-b80f-0cce-8bdb-14d88f48649c] tfcoremock_simple_resource.dependent: Refreshing state... [id=2ecc718c-8d04-5774-5c36-7d69bf77d34e] -Note: Objects have changed outside of OpenTF +Note: Objects have changed outside of OpenTofu -OpenTF detected the following changes made outside of OpenTF since the last -"opentf apply" which may have affected this plan: +OpenTofu detected the following changes made outside of OpenTofu since the +last "tofu apply" which may have affected this plan: # tfcoremock_simple_resource.base_after has changed # (moved from tfcoremock_simple_resource.base_before) @@ -20,11 +20,11 @@ actions to undo or respond to these changes. ───────────────────────────────────────────────────────────────────────────── -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_simple_resource.base_after will be updated in-place # (moved from tfcoremock_simple_resource.base_before) @@ -46,4 +46,4 @@ Plan: 0 to add, 2 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/moved_with_refresh_only/plan b/testing/equivalence-tests/outputs/moved_with_refresh_only/plan index d1c7566253..21636a21d8 100644 --- a/testing/equivalence-tests/outputs/moved_with_refresh_only/plan +++ b/testing/equivalence-tests/outputs/moved_with_refresh_only/plan @@ -1,9 +1,9 @@ tfcoremock_simple_resource.second: Refreshing state... [id=70c47571-66c3-b1dc-2474-47a74b9c7886] -Note: Objects have changed outside of OpenTF +Note: Objects have changed outside of OpenTofu -OpenTF detected the following changes made outside of OpenTF since the last -"opentf apply" which may have affected this plan: +OpenTofu detected the following changes made outside of OpenTofu since the +last "tofu apply" which may have affected this plan: # tfcoremock_simple_resource.first has moved to tfcoremock_simple_resource.second resource "tfcoremock_simple_resource" "second" { @@ -12,7 +12,7 @@ OpenTF detected the following changes made outside of OpenTF since the last } -This is a refresh-only plan, so OpenTF will not take any actions to undo +This is a refresh-only plan, so OpenTofu will not take any actions to undo these. If you were expecting these changes then you can apply this plan to -record the updated values in the OpenTF state without changing any remote +record the updated values in the OpenTofu state without changing any remote objects. diff --git a/testing/equivalence-tests/outputs/moved_with_update/plan b/testing/equivalence-tests/outputs/moved_with_update/plan index 475f95d75e..c41b6b7bed 100644 --- a/testing/equivalence-tests/outputs/moved_with_update/plan +++ b/testing/equivalence-tests/outputs/moved_with_update/plan @@ -1,10 +1,10 @@ tfcoremock_simple_resource.moved: Refreshing state... [id=7da63aeb-f908-a112-9886-f29a0b0bd4ad] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_simple_resource.moved will be updated in-place # (moved from tfcoremock_simple_resource.base) @@ -20,4 +20,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/multiple_block_types/plan b/testing/equivalence-tests/outputs/multiple_block_types/plan index 0dd4e7a951..5dd8183601 100644 --- a/testing/equivalence-tests/outputs/multiple_block_types/plan +++ b/testing/equivalence-tests/outputs/multiple_block_types/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_multiple_blocks.multiple_blocks will be created + resource "tfcoremock_multiple_blocks" "multiple_blocks" { @@ -34,4 +34,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/multiple_block_types_update/plan b/testing/equivalence-tests/outputs/multiple_block_types_update/plan index 54b2de93f5..ea674cd950 100644 --- a/testing/equivalence-tests/outputs/multiple_block_types_update/plan +++ b/testing/equivalence-tests/outputs/multiple_block_types_update/plan @@ -1,10 +1,10 @@ tfcoremock_multiple_blocks.multiple_blocks: Refreshing state... [id=DA051126-BAD6-4EB2-92E5-F0250DAF0B92] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_multiple_blocks.multiple_blocks will be updated in-place ~ resource "tfcoremock_multiple_blocks" "multiple_blocks" { @@ -28,4 +28,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/nested_list/plan b/testing/equivalence-tests/outputs/nested_list/plan index 1aff25bd5c..024a74a837 100644 --- a/testing/equivalence-tests/outputs/nested_list/plan +++ b/testing/equivalence-tests/outputs/nested_list/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_nested_list.nested_list will be created + resource "tfcoremock_nested_list" "nested_list" { @@ -27,4 +27,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/nested_list_update/plan b/testing/equivalence-tests/outputs/nested_list_update/plan index e49ff64fc0..fcf27d533c 100644 --- a/testing/equivalence-tests/outputs/nested_list_update/plan +++ b/testing/equivalence-tests/outputs/nested_list_update/plan @@ -1,10 +1,10 @@ tfcoremock_nested_list.nested_list: Refreshing state... [id=DA051126-BAD6-4EB2-92E5-F0250DAF0B92] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_nested_list.nested_list will be updated in-place ~ resource "tfcoremock_nested_list" "nested_list" { @@ -34,4 +34,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/nested_map/plan b/testing/equivalence-tests/outputs/nested_map/plan index 081f7147f8..2bf99044fe 100644 --- a/testing/equivalence-tests/outputs/nested_map/plan +++ b/testing/equivalence-tests/outputs/nested_map/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_nested_map.nested_map will be created + resource "tfcoremock_nested_map" "nested_map" { @@ -27,4 +27,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/nested_map_update/plan b/testing/equivalence-tests/outputs/nested_map_update/plan index aabc820998..826db8ccbc 100644 --- a/testing/equivalence-tests/outputs/nested_map_update/plan +++ b/testing/equivalence-tests/outputs/nested_map_update/plan @@ -1,10 +1,10 @@ tfcoremock_nested_map.nested_map: Refreshing state... [id=502B0348-B796-4F6A-8694-A5A397237B85] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_nested_map.nested_map will be updated in-place ~ resource "tfcoremock_nested_map" "nested_map" { @@ -29,4 +29,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/nested_objects/plan b/testing/equivalence-tests/outputs/nested_objects/plan index 340a01f148..6247d063c7 100644 --- a/testing/equivalence-tests/outputs/nested_objects/plan +++ b/testing/equivalence-tests/outputs/nested_objects/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_nested_object.nested_object will be created + resource "tfcoremock_nested_object" "nested_object" { @@ -27,4 +27,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/nested_objects_update/plan b/testing/equivalence-tests/outputs/nested_objects_update/plan index 94bf83f13e..9d401caa2c 100644 --- a/testing/equivalence-tests/outputs/nested_objects_update/plan +++ b/testing/equivalence-tests/outputs/nested_objects_update/plan @@ -1,10 +1,10 @@ tfcoremock_nested_object.nested_object: Refreshing state... [id=B2491EF0-9361-40FD-B25A-0332A1A5E052] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_nested_object.nested_object will be updated in-place ~ resource "tfcoremock_nested_object" "nested_object" { @@ -28,4 +28,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/nested_set/plan b/testing/equivalence-tests/outputs/nested_set/plan index 6c591b49d6..1a9ee716be 100644 --- a/testing/equivalence-tests/outputs/nested_set/plan +++ b/testing/equivalence-tests/outputs/nested_set/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_nested_set.nested_set will be created + resource "tfcoremock_nested_set" "nested_set" { @@ -27,4 +27,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/nested_set_update/plan b/testing/equivalence-tests/outputs/nested_set_update/plan index ada3febc81..7b08846f28 100644 --- a/testing/equivalence-tests/outputs/nested_set_update/plan +++ b/testing/equivalence-tests/outputs/nested_set_update/plan @@ -1,10 +1,10 @@ tfcoremock_nested_set.nested_set: Refreshing state... [id=510598F6-83FE-4090-8986-793293E90480] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_nested_set.nested_set will be updated in-place ~ resource "tfcoremock_nested_set" "nested_set" { @@ -32,4 +32,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/null_provider_delete/plan b/testing/equivalence-tests/outputs/null_provider_delete/plan index 05e92dd767..19fcc5e4c6 100644 --- a/testing/equivalence-tests/outputs/null_provider_delete/plan +++ b/testing/equivalence-tests/outputs/null_provider_delete/plan @@ -1,10 +1,10 @@ null_resource.null_resource: Refreshing state... [id=7115293105928418144] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: - destroy -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # null_resource.null_resource will be destroyed # (because null_resource.null_resource is not in configuration) @@ -19,4 +19,4 @@ Plan: 0 to add, 0 to change, 1 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/replace_within_list/plan b/testing/equivalence-tests/outputs/replace_within_list/plan index 664db0c558..1c7509261e 100644 --- a/testing/equivalence-tests/outputs/replace_within_list/plan +++ b/testing/equivalence-tests/outputs/replace_within_list/plan @@ -1,10 +1,10 @@ tfcoremock_list.list: Refreshing state... [id=F40F2AB4-100C-4AE8-BFD0-BF332A158415] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: -/+ destroy and then create replacement -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_list.list must be replaced -/+ resource "tfcoremock_list" "list" { @@ -24,4 +24,4 @@ Plan: 1 to add, 0 to change, 1 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/replace_within_map/plan b/testing/equivalence-tests/outputs/replace_within_map/plan index a32dc02d39..640567ad34 100644 --- a/testing/equivalence-tests/outputs/replace_within_map/plan +++ b/testing/equivalence-tests/outputs/replace_within_map/plan @@ -1,10 +1,10 @@ tfcoremock_map.map: Refreshing state... [id=F40F2AB4-100C-4AE8-BFD0-BF332A158415] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: -/+ destroy and then create replacement -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_map.map must be replaced -/+ resource "tfcoremock_map" "map" { @@ -24,4 +24,4 @@ Plan: 1 to add, 0 to change, 1 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/replace_within_object/plan b/testing/equivalence-tests/outputs/replace_within_object/plan index 3063b6bafa..ef14f025d2 100644 --- a/testing/equivalence-tests/outputs/replace_within_object/plan +++ b/testing/equivalence-tests/outputs/replace_within_object/plan @@ -1,10 +1,10 @@ tfcoremock_object.object: Refreshing state... [id=F40F2AB4-100C-4AE8-BFD0-BF332A158415] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: -/+ destroy and then create replacement -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_object.object must be replaced -/+ resource "tfcoremock_object" "object" { @@ -21,4 +21,4 @@ Plan: 1 to add, 0 to change, 1 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/replace_within_set/plan b/testing/equivalence-tests/outputs/replace_within_set/plan index c09f62ba3c..a441ad8d3e 100644 --- a/testing/equivalence-tests/outputs/replace_within_set/plan +++ b/testing/equivalence-tests/outputs/replace_within_set/plan @@ -1,10 +1,10 @@ tfcoremock_set.set: Refreshing state... [id=F40F2AB4-100C-4AE8-BFD0-BF332A158415] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: -/+ destroy and then create replacement -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_set.set must be replaced -/+ resource "tfcoremock_set" "set" { @@ -27,4 +27,4 @@ Plan: 1 to add, 0 to change, 1 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/simple_object/plan b/testing/equivalence-tests/outputs/simple_object/plan index 5fd293488d..d1ab089415 100644 --- a/testing/equivalence-tests/outputs/simple_object/plan +++ b/testing/equivalence-tests/outputs/simple_object/plan @@ -1,9 +1,9 @@ -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: + create -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_object.object will be created + resource "tfcoremock_object" "object" { @@ -22,4 +22,4 @@ Plan: 1 to add, 0 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/simple_object_empty/plan b/testing/equivalence-tests/outputs/simple_object_empty/plan index 250b64aad6..e54f1f55f2 100644 --- a/testing/equivalence-tests/outputs/simple_object_empty/plan +++ b/testing/equivalence-tests/outputs/simple_object_empty/plan @@ -1,10 +1,10 @@ tfcoremock_object.object: Refreshing state... [id=00e14fba-4d56-6cc5-b685-633555376e3f] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_object.object will be updated in-place ~ resource "tfcoremock_object" "object" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/simple_object_null/plan b/testing/equivalence-tests/outputs/simple_object_null/plan index c77493e377..6f18cf7451 100644 --- a/testing/equivalence-tests/outputs/simple_object_null/plan +++ b/testing/equivalence-tests/outputs/simple_object_null/plan @@ -1,10 +1,10 @@ tfcoremock_object.object: Refreshing state... [id=00e14fba-4d56-6cc5-b685-633555376e3f] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_object.object will be updated in-place ~ resource "tfcoremock_object" "object" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/simple_object_replace/plan b/testing/equivalence-tests/outputs/simple_object_replace/plan index 3d93b9e4b0..26e5228aa2 100644 --- a/testing/equivalence-tests/outputs/simple_object_replace/plan +++ b/testing/equivalence-tests/outputs/simple_object_replace/plan @@ -1,10 +1,10 @@ tfcoremock_object.object: Refreshing state... [id=a0ed13ec-116b-14c4-7437-418e217d3659] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: -/+ destroy and then create replacement -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_object.object must be replaced -/+ resource "tfcoremock_object" "object" { @@ -19,4 +19,4 @@ Plan: 1 to add, 0 to change, 1 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/simple_object_update/plan b/testing/equivalence-tests/outputs/simple_object_update/plan index 9ca2793e6f..a0918d2b3e 100644 --- a/testing/equivalence-tests/outputs/simple_object_update/plan +++ b/testing/equivalence-tests/outputs/simple_object_update/plan @@ -1,10 +1,10 @@ tfcoremock_object.object: Refreshing state... [id=00e14fba-4d56-6cc5-b685-633555376e3f] -OpenTF used the selected providers to generate the following execution plan. -Resource actions are indicated with the following symbols: +OpenTofu used the selected providers to generate the following execution +plan. Resource actions are indicated with the following symbols: ~ update in-place -OpenTF will perform the following actions: +OpenTofu will perform the following actions: # tfcoremock_object.object will be updated in-place ~ resource "tfcoremock_object" "object" { @@ -23,4 +23,4 @@ Plan: 0 to add, 1 to change, 0 to destroy. Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/variables_and_outputs/plan b/testing/equivalence-tests/outputs/variables_and_outputs/plan index 4026524813..3f17e21eb3 100644 --- a/testing/equivalence-tests/outputs/variables_and_outputs/plan +++ b/testing/equivalence-tests/outputs/variables_and_outputs/plan @@ -32,12 +32,12 @@ Changes to Outputs: } } -You can apply this plan to save these new output values to the OpenTF state, -without changing any real infrastructure. +You can apply this plan to save these new output values to the OpenTofu +state, without changing any real infrastructure. ───────────────────────────────────────────────────────────────────────────── Saved the plan to: equivalence_test_plan To perform exactly these actions, run the following command to apply: - opentf apply "equivalence_test_plan" + tofu apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/tests/basic_json_string_update/.terraform.lock.hcl b/testing/equivalence-tests/tests/basic_json_string_update/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/basic_json_string_update/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/basic_json_string_update/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/basic_multiline_string_update/.terraform.lock.hcl b/testing/equivalence-tests/tests/basic_multiline_string_update/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/basic_multiline_string_update/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/basic_multiline_string_update/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/drift_refresh_only/.terraform.lock.hcl b/testing/equivalence-tests/tests/drift_refresh_only/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/drift_refresh_only/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/drift_refresh_only/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/drift_relevant_attributes/.terraform.lock.hcl b/testing/equivalence-tests/tests/drift_relevant_attributes/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/drift_relevant_attributes/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/drift_relevant_attributes/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/drift_simple/.terraform.lock.hcl b/testing/equivalence-tests/tests/drift_simple/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/drift_simple/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/drift_simple/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/drift_simple/spec.json b/testing/equivalence-tests/tests/drift_simple/spec.json index 767dbef7af..5d9458cac1 100644 --- a/testing/equivalence-tests/tests/drift_simple/spec.json +++ b/testing/equivalence-tests/tests/drift_simple/spec.json @@ -1,5 +1,5 @@ { - "description": "a simple test that models drift in a single resource by updating an existing resource outside of OpenTF", + "description": "a simple test that models drift in a single resource by updating an existing resource outside of OpenTofu", "include_files": [], "ignore_fields": {} } diff --git a/testing/equivalence-tests/tests/fully_populated_complex/spec.json b/testing/equivalence-tests/tests/fully_populated_complex/spec.json index 8e8bbfbf69..0fad6dd466 100644 --- a/testing/equivalence-tests/tests/fully_populated_complex/spec.json +++ b/testing/equivalence-tests/tests/fully_populated_complex/spec.json @@ -1,5 +1,5 @@ { - "description": "this test creates an almost fully populated tfcoremock_complex_resource, which should cover most basic OpenTF use cases", + "description": "this test creates an almost fully populated tfcoremock_complex_resource, which should cover most basic OpenTofu use cases", "include_files": [], "ignore_fields": {} } diff --git a/testing/equivalence-tests/tests/fully_populated_complex_destroy/.terraform.lock.hcl b/testing/equivalence-tests/tests/fully_populated_complex_destroy/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/fully_populated_complex_destroy/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/fully_populated_complex_destroy/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/fully_populated_complex_update/.terraform.lock.hcl b/testing/equivalence-tests/tests/fully_populated_complex_update/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/fully_populated_complex_update/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/fully_populated_complex_update/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/local_provider_delete/.terraform.lock.hcl b/testing/equivalence-tests/tests/local_provider_delete/.terraform.lock.hcl index 6dd0656050..d78f8c4ee8 100644 --- a/testing/equivalence-tests/tests/local_provider_delete/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/local_provider_delete/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/local" { diff --git a/testing/equivalence-tests/tests/local_provider_update/.terraform.lock.hcl b/testing/equivalence-tests/tests/local_provider_update/.terraform.lock.hcl index 6dd0656050..d78f8c4ee8 100644 --- a/testing/equivalence-tests/tests/local_provider_update/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/local_provider_update/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/local" { diff --git a/testing/equivalence-tests/tests/moved_simple/.terraform.lock.hcl b/testing/equivalence-tests/tests/moved_simple/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/moved_simple/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/moved_simple/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/moved_with_drift/.terraform.lock.hcl b/testing/equivalence-tests/tests/moved_with_drift/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/moved_with_drift/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/moved_with_drift/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/moved_with_refresh_only/.terraform.lock.hcl b/testing/equivalence-tests/tests/moved_with_refresh_only/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/moved_with_refresh_only/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/moved_with_refresh_only/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/moved_with_update/.terraform.lock.hcl b/testing/equivalence-tests/tests/moved_with_update/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/moved_with_update/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/moved_with_update/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/null_provider_delete/.terraform.lock.hcl b/testing/equivalence-tests/tests/null_provider_delete/.terraform.lock.hcl index 472523daee..6bb41a7e15 100644 --- a/testing/equivalence-tests/tests/null_provider_delete/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/null_provider_delete/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/null" { diff --git a/testing/equivalence-tests/tests/replace_within_list/.terraform.lock.hcl b/testing/equivalence-tests/tests/replace_within_list/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/replace_within_list/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/replace_within_list/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/replace_within_map/.terraform.lock.hcl b/testing/equivalence-tests/tests/replace_within_map/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/replace_within_map/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/replace_within_map/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/replace_within_object/.terraform.lock.hcl b/testing/equivalence-tests/tests/replace_within_object/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/replace_within_object/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/replace_within_object/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" { diff --git a/testing/equivalence-tests/tests/replace_within_set/.terraform.lock.hcl b/testing/equivalence-tests/tests/replace_within_set/.terraform.lock.hcl index a7521fb438..1f03ac2f08 100644 --- a/testing/equivalence-tests/tests/replace_within_set/.terraform.lock.hcl +++ b/testing/equivalence-tests/tests/replace_within_set/.terraform.lock.hcl @@ -1,4 +1,4 @@ -# This file is maintained automatically by "opentf init". +# This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/tfcoremock" {