github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/variables_and_outputs/plan (about)

     1  
     2  Changes to Outputs:
     3    + list_empty_default                           = []
     4    + list_no_default                              = [
     5        + {
     6            + optional_attribute              = null
     7            + optional_attribute_with_default = "Hello, world!"
     8            + required_attribute              = "D92053D5-948A-4E5E-80BF-E53F0DB33EB5"
     9          },
    10        + {
    11            + optional_attribute              = "8AC4B9EE-9E05-4AE0-AA35-6D7636AEA487"
    12            + optional_attribute_with_default = "Hello, world!"
    13            + required_attribute              = "E6DA6176-49FB-46D6-9ECD-401B3F46A3E5"
    14          },
    15        + {
    16            + optional_attribute              = "E68C1EB0-3D3D-4DB0-A41D-0F8C334E181C"
    17            + optional_attribute_with_default = "92E855B2-A444-49DF-AFCA-2B5B017451B4"
    18            + required_attribute              = "9F9922C4-B426-4648-96AE-804A6F52F778"
    19          },
    20      ]
    21    + nested_optional_object                       = {
    22        + nested_object = null
    23      }
    24    + nested_optional_object_with_default          = {
    25        + nested_object = {
    26            + flag = false
    27          }
    28      }
    29    + nested_optional_object_with_embedded_default = {
    30        + nested_object = {
    31            + flag = false
    32          }
    33      }
    34  
    35  You can apply this plan to save these new output values to the Terraform
    36  state, without changing any real infrastructure.
    37  
    38  ─────────────────────────────────────────────────────────────────────────────
    39  
    40  Saved the plan to: equivalence_test_plan
    41  
    42  To perform exactly these actions, run the following command to apply:
    43      terraform apply "equivalence_test_plan"