Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
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
}