mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-15 22:10:37 -04:00
7 lines
97 B
HCL
7 lines
97 B
HCL
resource "test_resource" "foo" {
|
|
value = "bar"
|
|
}
|
|
|
|
locals {
|
|
value = test_resource.foo.value
|
|
}
|