Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
graph-builder-apply-module-destroy
/
main.tf
blob: 3c566646d137a0fba5a3e65a25f14232a2b3142a [
file
] [
log
] [
blame
]
variable
"input"
{
default
=
"value"
}
module
"A"
{
source
=
"./A"
input
=
var
.
input
}
module
"B"
{
source
=
"./A"
input
=
module
.
A
.
output
}