Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
validate-variable-custom-validations-child-sensitive
/
validate-variable-custom-validations.tf
blob: 4f436db11a3db80b2729d7d097f9976e813a3126 [
file
] [
log
] [
blame
]
variable
"test"
{
sensitive
=
true
default
=
"nope"
}
module
"child"
{
source
=
"./child"
test
=
var
.
test
}