Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
test
/
write-only-attributes
/
main.tf
blob: 82b012575a4808b22c36a62d773f7ebc69f10253 [
file
] [
log
] [
blame
]
variable
"input"
{
type
=
string
}
resource
"test_resource"
"resource"
{
id
=
"resource"
write_only
=
var
.
input
}