Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-destroy-with-locals
/
main.tf
blob: 1ab75187155ec752a508a23747052818a816fe8b [
file
] [
log
] [
blame
]
locals
{
name
=
"test-${aws_instance.foo.id}"
}
resource
"aws_instance"
"foo"
{}
output
"name"
{
value
=
"${local.name}"
}