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/basic_list/state.json

32 lines
797 B

{
"format_version": "1.0",
"values": {
"root_module": {
"resources": [
{
"address": "tfcoremock_list.list",
"mode": "managed",
"name": "list",
"provider_name": "registry.terraform.io/hashicorp/tfcoremock",
"schema_version": 0,
"sensitive_values": {
"list": [
false,
false,
false
]
},
"type": "tfcoremock_list",
"values": {
"id": "985820B3-ACF9-4F00-94AD-F81C5EA33663",
"list": [
"9C2BE420-042D-440A-96E9-75565341C994",
"3EC6EB1F-E372-46C3-A069-00D6E82EC1E1",
"D01290F6-2D3A-45FA-B006-DAA80F6D31F6"
]
}
}
]
}
}
}