Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-module-variable-from-splat
/
mod
/
main.tf
blob: 66127d36b0ab05d1e41da3ac5e3bc7898442f9a4 [
file
] [
log
] [
blame
]
variable
"param"
{
type
=
list
(
string
)
}
resource
"aws_instance"
"test"
{
count
=
"2"
thing
=
"doesnt"
}
output
"out_from_splat"
{
value
=
aws_instance
.
test
.*.
thing
}