Files
opentf/command/testdata/show-json-state/sensitive-variables/output.json
Pam Selle 66091ae36c Unmark values before showing in JSON
This prevents "sensitive" values from unintentionally
showing as nil when running terraform show -json
2020-10-28 15:30:04 -04:00

23 lines
636 B
JSON

{
"format_version": "0.1",
"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"
}
}
]
}
}
}