mirror of https://github.com/hashicorp/terraform
parent
5d89cae1d7
commit
fead5872e5
@ -1,4 +1,9 @@
|
||||
resource "aws_instance" "parent" {
|
||||
count = 2
|
||||
}
|
||||
|
||||
module "child" {
|
||||
source = "./child"
|
||||
source = "./child"
|
||||
things = "${join(",", aws_instance.bar.*.private_ip)}"
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in new issue