Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
show-json
/
sensitive-values
/
main.tf
blob: 3f8ba824c98b09848e323f1d55784a4a228f7ca1 [
file
] [
log
] [
blame
]
variable
"test_var"
{
default
=
"boop"
sensitive
=
true
}
resource
"test_instance"
"test"
{
ami
=
var
.
test_var
}
output
"test"
{
value
=
test_instance
.
test
.
ami
sensitive
=
true
}