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