opentofu/internal/command/testdata/show-json/conditions/for-refresh.tfstate
James Humphries 12d9380982
Improve comparison of sensitive marks on resources, and propagate the sensitive_attributes correctly (#1640)
Signed-off-by: James Humphries <james@james-humphries.co.uk>
2024-07-09 08:42:02 -04:00

56 lines
1.6 KiB
JSON

{
"version": 4,
"terraform_version": "1.2.0-dev",
"serial": 1,
"lineage": "no",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "test_instance",
"name": "foo",
"provider": "provider[\"registry.opentofu.org/hashicorp/test\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"ami": "ami-test",
"id": "placeholder"
},
"sensitive_attributes": [
[
{
"type": "get_attr",
"value": "password"
}
]
]
}
]
},
{
"mode": "managed",
"type": "test_instance",
"name": "bar",
"provider": "provider[\"registry.opentofu.org/hashicorp/test\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"ami": "ami-test",
"id": "placeheld"
},
"sensitive_attributes": [
[
{
"type": "get_attr",
"value": "password"
}
]
]
}
]
}
]
}