github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/command/testdata/show-json-state/sensitive-variables/terraform.tfstate (about) 1 { 2 "version": 4, 3 "terraform_version": "0.14.0", 4 "serial": 1, 5 "lineage": "d7a6880b-6875-288f-13a9-696a65c73036", 6 "outputs": {}, 7 "resources": [ 8 { 9 "mode": "managed", 10 "type": "test_instance", 11 "name": "test", 12 "provider": "provider[\"registry.terraform.io/hashicorp/test\"]", 13 "instances": [ 14 { 15 "schema_version": 0, 16 "attributes": { 17 "id": "621124146446964903", 18 "ami": "abc" 19 }, 20 "sensitive_attributes": [ 21 [ 22 { 23 "type": "get_attr", 24 "value": "ami" 25 } 26 ] 27 ], 28 "private": "bnVsbA==" 29 } 30 ] 31 } 32 ] 33 }