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

     1  
     2  
     3  Outputs:
     4  
     5  list_empty_default = []
     6  list_no_default = [
     7      {
     8          optional_attribute_with_default = "Hello, world!"
     9          required_attribute              = "D92053D5-948A-4E5E-80BF-E53F0DB33EB5"
    10      },
    11      {
    12          optional_attribute              = "8AC4B9EE-9E05-4AE0-AA35-6D7636AEA487"
    13          optional_attribute_with_default = "Hello, world!"
    14          required_attribute              = "E6DA6176-49FB-46D6-9ECD-401B3F46A3E5"
    15      },
    16      {
    17          optional_attribute              = "E68C1EB0-3D3D-4DB0-A41D-0F8C334E181C"
    18          optional_attribute_with_default = "92E855B2-A444-49DF-AFCA-2B5B017451B4"
    19          required_attribute              = "9F9922C4-B426-4648-96AE-804A6F52F778"
    20      },
    21  ]
    22  nested_optional_object = {}
    23  nested_optional_object_with_default = {
    24      nested_object = {
    25          flag = false
    26      }
    27  }
    28  nested_optional_object_with_embedded_default = {
    29      nested_object = {
    30          flag = false
    31      }
    32  }