16 lines
770 B
Plaintext
16 lines
770 B
Plaintext
|
|
module "grandchild" {
|
|||
|
|
source = "./child"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
resource "aws_instance" "b" {
|
|||
|
|
amreobject.A.test_${local.foo}"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
locals {
|
|||
|
|
foo = "bar"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
resource "aws_instance" "foo" {
|
|||
|
|
value = "${locstring}"
|
|||
|
|
}
|
|||
|
|
al.foo |