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

     1  {
     2    "configuration": {
     3      "provider_config": {
     4        "tfcoremock": {
     5          "full_name": "registry.terraform.io/hashicorp/tfcoremock",
     6          "name": "tfcoremock",
     7          "version_constraint": "0.1.1"
     8        }
     9      },
    10      "root_module": {
    11        "resources": [
    12          {
    13            "address": "tfcoremock_nested_list.nested_list",
    14            "expressions": {
    15              "id": {
    16                "constant_value": "DA051126-BAD6-4EB2-92E5-F0250DAF0B92"
    17              },
    18              "lists": {
    19                "constant_value": [
    20                  [
    21                    "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982"
    22                  ],
    23                  [
    24                    "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD"
    25                  ],
    26                  [
    27                    "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F"
    28                  ]
    29                ]
    30              }
    31            },
    32            "mode": "managed",
    33            "name": "nested_list",
    34            "provider_config_key": "tfcoremock",
    35            "schema_version": 0,
    36            "type": "tfcoremock_nested_list"
    37          }
    38        ]
    39      }
    40    },
    41    "format_version": "1.1",
    42    "planned_values": {
    43      "root_module": {
    44        "resources": [
    45          {
    46            "address": "tfcoremock_nested_list.nested_list",
    47            "mode": "managed",
    48            "name": "nested_list",
    49            "provider_name": "registry.terraform.io/hashicorp/tfcoremock",
    50            "schema_version": 0,
    51            "sensitive_values": {
    52              "lists": [
    53                [
    54                  false
    55                ],
    56                [
    57                  false
    58                ],
    59                [
    60                  false
    61                ]
    62              ]
    63            },
    64            "type": "tfcoremock_nested_list",
    65            "values": {
    66              "id": "DA051126-BAD6-4EB2-92E5-F0250DAF0B92",
    67              "lists": [
    68                [
    69                  "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982"
    70                ],
    71                [
    72                  "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD"
    73                ],
    74                [
    75                  "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F"
    76                ]
    77              ]
    78            }
    79          }
    80        ]
    81      }
    82    },
    83    "prior_state": {
    84      "format_version": "1.0",
    85      "values": {
    86        "root_module": {
    87          "resources": [
    88            {
    89              "address": "tfcoremock_nested_list.nested_list",
    90              "mode": "managed",
    91              "name": "nested_list",
    92              "provider_name": "registry.terraform.io/hashicorp/tfcoremock",
    93              "schema_version": 0,
    94              "sensitive_values": {
    95                "lists": [
    96                  [],
    97                  [
    98                    false
    99                  ],
   100                  [
   101                    false,
   102                    false
   103                  ]
   104                ]
   105              },
   106              "type": "tfcoremock_nested_list",
   107              "values": {
   108                "id": "DA051126-BAD6-4EB2-92E5-F0250DAF0B92",
   109                "lists": [
   110                  [],
   111                  [
   112                    "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982"
   113                  ],
   114                  [
   115                    "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F",
   116                    "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD"
   117                  ]
   118                ]
   119              }
   120            }
   121          ]
   122        }
   123      }
   124    },
   125    "resource_changes": [
   126      {
   127        "address": "tfcoremock_nested_list.nested_list",
   128        "change": {
   129          "actions": [
   130            "update"
   131          ],
   132          "after": {
   133            "id": "DA051126-BAD6-4EB2-92E5-F0250DAF0B92",
   134            "lists": [
   135              [
   136                "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982"
   137              ],
   138              [
   139                "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD"
   140              ],
   141              [
   142                "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F"
   143              ]
   144            ]
   145          },
   146          "after_sensitive": {
   147            "lists": [
   148              [
   149                false
   150              ],
   151              [
   152                false
   153              ],
   154              [
   155                false
   156              ]
   157            ]
   158          },
   159          "after_unknown": {},
   160          "before": {
   161            "id": "DA051126-BAD6-4EB2-92E5-F0250DAF0B92",
   162            "lists": [
   163              [],
   164              [
   165                "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982"
   166              ],
   167              [
   168                "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F",
   169                "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD"
   170              ]
   171            ]
   172          },
   173          "before_sensitive": {
   174            "lists": [
   175              [],
   176              [
   177                false
   178              ],
   179              [
   180                false,
   181                false
   182              ]
   183            ]
   184          }
   185        },
   186        "mode": "managed",
   187        "name": "nested_list",
   188        "provider_name": "registry.terraform.io/hashicorp/tfcoremock",
   189        "type": "tfcoremock_nested_list"
   190      }
   191    ]
   192  }