mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 04:00:58 -05:00
This prevents "sensitive" values from unintentionally showing as nil when running terraform show -json
23 lines
636 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|