github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/drift_refresh_only/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_simple_resource.drift", 14 "expressions": { 15 "string": { 16 "constant_value": "Hello, world!" 17 } 18 }, 19 "mode": "managed", 20 "name": "drift", 21 "provider_config_key": "tfcoremock", 22 "schema_version": 0, 23 "type": "tfcoremock_simple_resource" 24 } 25 ] 26 } 27 }, 28 "format_version": "1.1", 29 "planned_values": { 30 "root_module": {} 31 }, 32 "prior_state": { 33 "format_version": "1.0", 34 "values": { 35 "root_module": { 36 "resources": [ 37 { 38 "address": "tfcoremock_simple_resource.drift", 39 "mode": "managed", 40 "name": "drift", 41 "provider_name": "registry.terraform.io/hashicorp/tfcoremock", 42 "schema_version": 0, 43 "sensitive_values": {}, 44 "type": "tfcoremock_simple_resource", 45 "values": { 46 "bool": null, 47 "float": null, 48 "id": "cb79269e-dc39-1e68-0a9c-63cb392afda9", 49 "integer": null, 50 "number": null, 51 "string": "Hello, drift!" 52 } 53 } 54 ] 55 } 56 } 57 }, 58 "resource_drift": [ 59 { 60 "address": "tfcoremock_simple_resource.drift", 61 "change": { 62 "actions": [ 63 "update" 64 ], 65 "after": { 66 "bool": null, 67 "float": null, 68 "id": "cb79269e-dc39-1e68-0a9c-63cb392afda9", 69 "integer": null, 70 "number": null, 71 "string": "Hello, drift!" 72 }, 73 "after_sensitive": {}, 74 "after_unknown": {}, 75 "before": { 76 "bool": null, 77 "float": null, 78 "id": "cb79269e-dc39-1e68-0a9c-63cb392afda9", 79 "integer": null, 80 "number": null, 81 "string": "Hello, world!" 82 }, 83 "before_sensitive": {} 84 }, 85 "mode": "managed", 86 "name": "drift", 87 "provider_name": "registry.terraform.io/hashicorp/tfcoremock", 88 "type": "tfcoremock_simple_resource" 89 } 90 ] 91 }