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

     1  [
     2    {
     3      "@level": "info",
     4      "@message": "Apply complete! Resources: 0 added, 0 changed, 0 destroyed.",
     5      "@module": "terraform.ui",
     6      "changes": {
     7        "add": 0,
     8        "change": 0,
     9        "operation": "apply",
    10        "remove": 0
    11      },
    12      "type": "change_summary"
    13    },
    14    {
    15      "@level": "info",
    16      "@message": "Outputs: 5",
    17      "@module": "terraform.ui",
    18      "outputs": {
    19        "list_empty_default": {
    20          "sensitive": false,
    21          "type": [
    22            "list",
    23            [
    24              "object",
    25              {
    26                "optional_attribute": "string",
    27                "optional_attribute_with_default": "string",
    28                "required_attribute": "string"
    29              }
    30            ]
    31          ],
    32          "value": []
    33        },
    34        "list_no_default": {
    35          "sensitive": false,
    36          "type": [
    37            "list",
    38            [
    39              "object",
    40              {
    41                "optional_attribute": "string",
    42                "optional_attribute_with_default": "string",
    43                "required_attribute": "string"
    44              }
    45            ]
    46          ],
    47          "value": [
    48            {
    49              "optional_attribute": null,
    50              "optional_attribute_with_default": "Hello, world!",
    51              "required_attribute": "D92053D5-948A-4E5E-80BF-E53F0DB33EB5"
    52            },
    53            {
    54              "optional_attribute": "8AC4B9EE-9E05-4AE0-AA35-6D7636AEA487",
    55              "optional_attribute_with_default": "Hello, world!",
    56              "required_attribute": "E6DA6176-49FB-46D6-9ECD-401B3F46A3E5"
    57            },
    58            {
    59              "optional_attribute": "E68C1EB0-3D3D-4DB0-A41D-0F8C334E181C",
    60              "optional_attribute_with_default": "92E855B2-A444-49DF-AFCA-2B5B017451B4",
    61              "required_attribute": "9F9922C4-B426-4648-96AE-804A6F52F778"
    62            }
    63          ]
    64        },
    65        "nested_optional_object": {
    66          "sensitive": false,
    67          "type": [
    68            "object",
    69            {
    70              "nested_object": [
    71                "object",
    72                {
    73                  "flag": "bool"
    74                }
    75              ]
    76            }
    77          ],
    78          "value": {
    79            "nested_object": null
    80          }
    81        },
    82        "nested_optional_object_with_default": {
    83          "sensitive": false,
    84          "type": [
    85            "object",
    86            {
    87              "nested_object": [
    88                "object",
    89                {
    90                  "flag": "bool"
    91                }
    92              ]
    93            }
    94          ],
    95          "value": {
    96            "nested_object": {
    97              "flag": false
    98            }
    99          }
   100        },
   101        "nested_optional_object_with_embedded_default": {
   102          "sensitive": false,
   103          "type": [
   104            "object",
   105            {
   106              "nested_object": [
   107                "object",
   108                {
   109                  "flag": "bool"
   110                }
   111              ]
   112            }
   113          ],
   114          "value": {
   115            "nested_object": {
   116              "flag": false
   117            }
   118          }
   119        }
   120      },
   121      "type": "outputs"
   122    }
   123  ]