github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/nested_list/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 [ 22 "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982" 23 ], 24 [ 25 "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F", 26 "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD" 27 ] 28 ] 29 } 30 }, 31 "mode": "managed", 32 "name": "nested_list", 33 "provider_config_key": "tfcoremock", 34 "schema_version": 0, 35 "type": "tfcoremock_nested_list" 36 } 37 ] 38 } 39 }, 40 "format_version": "1.1", 41 "planned_values": { 42 "root_module": { 43 "resources": [ 44 { 45 "address": "tfcoremock_nested_list.nested_list", 46 "mode": "managed", 47 "name": "nested_list", 48 "provider_name": "registry.terraform.io/hashicorp/tfcoremock", 49 "schema_version": 0, 50 "sensitive_values": { 51 "lists": [ 52 [], 53 [ 54 false 55 ], 56 [ 57 false, 58 false 59 ] 60 ] 61 }, 62 "type": "tfcoremock_nested_list", 63 "values": { 64 "id": "DA051126-BAD6-4EB2-92E5-F0250DAF0B92", 65 "lists": [ 66 [], 67 [ 68 "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982" 69 ], 70 [ 71 "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F", 72 "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD" 73 ] 74 ] 75 } 76 } 77 ] 78 } 79 }, 80 "resource_changes": [ 81 { 82 "address": "tfcoremock_nested_list.nested_list", 83 "change": { 84 "actions": [ 85 "create" 86 ], 87 "after": { 88 "id": "DA051126-BAD6-4EB2-92E5-F0250DAF0B92", 89 "lists": [ 90 [], 91 [ 92 "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982" 93 ], 94 [ 95 "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F", 96 "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD" 97 ] 98 ] 99 }, 100 "after_sensitive": { 101 "lists": [ 102 [], 103 [ 104 false 105 ], 106 [ 107 false, 108 false 109 ] 110 ] 111 }, 112 "after_unknown": {}, 113 "before": null, 114 "before_sensitive": false 115 }, 116 "mode": "managed", 117 "name": "nested_list", 118 "provider_name": "registry.terraform.io/hashicorp/tfcoremock", 119 "type": "tfcoremock_nested_list" 120 } 121 ] 122 }