Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-untargeted-resource-output
/
main.tf
blob: 9d4a1c882d18adebebe9b795d0ca71529e30d1d7 [
file
] [
log
] [
blame
]
module
"mod"
{
source
=
"./mod"
}
resource
"aws_instance"
"c"
{
name
=
"${module.mod.output}"
}