Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
refresh-module-input-computed-output
/
child
/
main.tf
blob: ebc1e3ffc142854a5d08a5a0d5f6eb612204d437 [
file
] [
log
] [
blame
]
variable
"input"
{
type
=
string
}
resource
"aws_instance"
"foo"
{
foo
=
var
.
input
}
output
"foo"
{
value
=
aws_instance
.
foo
.
foo
}