github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/basic_list_empty/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_list.list",
    14            "expressions": {
    15              "id": {
    16                "constant_value": "985820B3-ACF9-4F00-94AD-F81C5EA33663"
    17              },
    18              "list": {
    19                "constant_value": []
    20              }
    21            },
    22            "mode": "managed",
    23            "name": "list",
    24            "provider_config_key": "tfcoremock",
    25            "schema_version": 0,
    26            "type": "tfcoremock_list"
    27          }
    28        ]
    29      }
    30    },
    31    "format_version": "1.1",
    32    "planned_values": {
    33      "root_module": {
    34        "resources": [
    35          {
    36            "address": "tfcoremock_list.list",
    37            "mode": "managed",
    38            "name": "list",
    39            "provider_name": "registry.terraform.io/hashicorp/tfcoremock",
    40            "schema_version": 0,
    41            "sensitive_values": {
    42              "list": []
    43            },
    44            "type": "tfcoremock_list",
    45            "values": {
    46              "id": "985820B3-ACF9-4F00-94AD-F81C5EA33663",
    47              "list": []
    48            }
    49          }
    50        ]
    51      }
    52    },
    53    "prior_state": {
    54      "format_version": "1.0",
    55      "values": {
    56        "root_module": {
    57          "resources": [
    58            {
    59              "address": "tfcoremock_list.list",
    60              "mode": "managed",
    61              "name": "list",
    62              "provider_name": "registry.terraform.io/hashicorp/tfcoremock",
    63              "schema_version": 0,
    64              "sensitive_values": {
    65                "list": [
    66                  false,
    67                  false,
    68                  false
    69                ]
    70              },
    71              "type": "tfcoremock_list",
    72              "values": {
    73                "id": "985820B3-ACF9-4F00-94AD-F81C5EA33663",
    74                "list": [
    75                  "9C2BE420-042D-440A-96E9-75565341C994",
    76                  "3EC6EB1F-E372-46C3-A069-00D6E82EC1E1",
    77                  "D01290F6-2D3A-45FA-B006-DAA80F6D31F6"
    78                ]
    79              }
    80            }
    81          ]
    82        }
    83      }
    84    },
    85    "resource_changes": [
    86      {
    87        "address": "tfcoremock_list.list",
    88        "change": {
    89          "actions": [
    90            "update"
    91          ],
    92          "after": {
    93            "id": "985820B3-ACF9-4F00-94AD-F81C5EA33663",
    94            "list": []
    95          },
    96          "after_sensitive": {
    97            "list": []
    98          },
    99          "after_unknown": {},
   100          "before": {
   101            "id": "985820B3-ACF9-4F00-94AD-F81C5EA33663",
   102            "list": [
   103              "9C2BE420-042D-440A-96E9-75565341C994",
   104              "3EC6EB1F-E372-46C3-A069-00D6E82EC1E1",
   105              "D01290F6-2D3A-45FA-B006-DAA80F6D31F6"
   106            ]
   107          },
   108          "before_sensitive": {
   109            "list": [
   110              false,
   111              false,
   112              false
   113            ]
   114          }
   115        },
   116        "mode": "managed",
   117        "name": "list",
   118        "provider_name": "registry.terraform.io/hashicorp/tfcoremock",
   119        "type": "tfcoremock_list"
   120      }
   121    ]
   122  }