github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/command/testdata/show-json-state/sensitive-variables/output.json (about) 1 { 2 "format_version": "0.2", 3 "terraform_version": "0.14.0", 4 "values": { 5 "root_module": { 6 "resources": [ 7 { 8 "address": "test_instance.test", 9 "mode": "managed", 10 "type": "test_instance", 11 "name": "test", 12 "provider_name": "registry.terraform.io/hashicorp/test", 13 "schema_version": 0, 14 "values": { 15 "id": "621124146446964903", 16 "ami": "abc" 17 }, 18 "sensitive_values": { 19 "ami": true 20 } 21 } 22 ] 23 } 24 } 25 }