Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
terraform
/
testdata
/
input-module-data-vars
/
main.tf
blob: 0a327b10247fa7a8978ddb48dc9dbd40f43ae31a [
file
] [
log
] [
blame
]
data
"null_data_source"
"bar"
{
foo
=
[
"a"
,
"b"
]
}
module
"child"
{
source
=
"./child"
in
=
"${data.null_data_source.bar.foo[1]}"
}