Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-data-sensitive
/
main.tf
blob: c248a7c3316ad27ef3b52b3981dc68959e952a4a [
file
] [
log
] [
blame
]
variable
"foo"
{
sensitive
=
true
default
=
"foo"
}
data
"null_data_source"
"testing"
{
foo
=
var
.
foo
}