terraform/internal/command/testdata/show-json-state/sensitive-variables/output.json

26 lines
737 B
JSON

{
"format_version": "1.0",
"terraform_version": "0.14.0",
"values": {
"root_module": {
"resources": [
{
"address": "test_instance.test",
"mode": "managed",
"type": "test_instance",
"name": "test",
"provider_name": "registry.terraform.io/hashicorp/test",
"schema_version": 0,
"values": {
"id": "621124146446964903",
"ami": "abc"
},
"sensitive_values": {
"ami": true
}
}
]
}
}
}