From b30711ac4c89799ac38d5a727c40790a9a79d95c Mon Sep 17 00:00:00 2001 From: Elbaz Date: Wed, 23 Aug 2023 15:55:12 +0300 Subject: [PATCH] updates --- .../equivalence-tests/outputs/basic_json_string_update/plan | 2 +- testing/equivalence-tests/outputs/basic_list/plan | 6 +++--- testing/equivalence-tests/outputs/basic_list_empty/plan | 6 +++--- testing/equivalence-tests/outputs/basic_list_null/plan | 6 +++--- testing/equivalence-tests/outputs/basic_list_update/plan | 6 +++--- testing/equivalence-tests/outputs/basic_map/plan | 6 +++--- testing/equivalence-tests/outputs/basic_map_empty/plan | 6 +++--- testing/equivalence-tests/outputs/basic_map_null/plan | 6 +++--- testing/equivalence-tests/outputs/basic_map_update/plan | 6 +++--- 9 files changed, 25 insertions(+), 25 deletions(-) diff --git a/testing/equivalence-tests/outputs/basic_json_string_update/plan b/testing/equivalence-tests/outputs/basic_json_string_update/plan index 654a7f1c9c..522e66cff2 100644 --- a/testing/equivalence-tests/outputs/basic_json_string_update/plan +++ b/testing/equivalence-tests/outputs/basic_json_string_update/plan @@ -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: - terraform apply "equivalence_test_plan" + opentf apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_list/plan b/testing/equivalence-tests/outputs/basic_list/plan index dee4008613..8b51bba4e6 100644 --- a/testing/equivalence-tests/outputs/basic_list/plan +++ b/testing/equivalence-tests/outputs/basic_list/plan @@ -1,9 +1,9 @@ -Terraform used the selected providers to generate the following execution +OpenTF used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create -Terraform will perform the following actions: +OpenTF 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: - terraform apply "equivalence_test_plan" + opentf 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 8f4de24a1d..9181b358e9 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] -Terraform used the selected providers to generate the following execution +OpenTF used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place -Terraform will perform the following actions: +OpenTF 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: - terraform apply "equivalence_test_plan" + opentf 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 a9f8617c0d..8a7c211506 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] -Terraform used the selected providers to generate the following execution +OpenTF used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place -Terraform will perform the following actions: +OpenTF 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: - terraform apply "equivalence_test_plan" + opentf 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 6263c293b0..6fd85a54e7 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] -Terraform used the selected providers to generate the following execution +OpenTF used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place -Terraform will perform the following actions: +OpenTF 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: - terraform apply "equivalence_test_plan" + opentf apply "equivalence_test_plan" diff --git a/testing/equivalence-tests/outputs/basic_map/plan b/testing/equivalence-tests/outputs/basic_map/plan index d4b18d5471..47e587b3ba 100644 --- a/testing/equivalence-tests/outputs/basic_map/plan +++ b/testing/equivalence-tests/outputs/basic_map/plan @@ -1,9 +1,9 @@ -Terraform used the selected providers to generate the following execution +OpenTF used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create -Terraform will perform the following actions: +OpenTF 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: - terraform apply "equivalence_test_plan" + opentf 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 0eae681e96..ff82fa0bb3 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] -Terraform used the selected providers to generate the following execution +OpenTF used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place -Terraform will perform the following actions: +OpenTF 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: - terraform apply "equivalence_test_plan" + opentf 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 4fbdf38143..f86cb5b5f1 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] -Terraform used the selected providers to generate the following execution +OpenTF used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place -Terraform will perform the following actions: +OpenTF 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: - terraform apply "equivalence_test_plan" + opentf 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 122d000556..0f2a275a0b 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] -Terraform used the selected providers to generate the following execution +OpenTF used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place -Terraform will perform the following actions: +OpenTF 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: - terraform apply "equivalence_test_plan" + opentf apply "equivalence_test_plan"