Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
graph-builder-apply-target-module
/
child1
/
main.tf
blob: 7ac75f5edb9b0e27e33b4322f3c7e16ea082ea5a [
file
] [
log
] [
blame
]
variable
"instance_id"
{}
output
"instance_id"
{
value
=
"${var.instance_id}"
}
resource
"test_object"
"foo"
{
triggers
=
{
instance_id
=
"${var.instance_id}"
}
}