You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/testing/equivalence-tests/outputs/moved_simple/state.json

26 lines
665 B

{
"format_version": "1.0",
"values": {
"root_module": {
"resources": [
{
"address": "tfcoremock_simple_resource.second",
"mode": "managed",
"name": "second",
"provider_name": "registry.terraform.io/hashicorp/tfcoremock",
"schema_version": 0,
"sensitive_values": {},
"type": "tfcoremock_simple_resource",
"values": {
"bool": null,
"float": null,
"id": "70c47571-66c3-b1dc-2474-47a74b9c7886",
"integer": null,
"number": null,
"string": "Hello, world!"
}
}
]
}
}
}