mirror of https://github.com/hashicorp/terraform
parent
46c140c797
commit
b60da29d48
@ -0,0 +1,3 @@
|
||||
resource "aws_instance" "foo" {
|
||||
foo = "${module.foo.bar}"
|
||||
}
|
||||
@ -0,0 +1,5 @@
|
||||
module "foo" {}
|
||||
|
||||
resource "aws_instance" "foo" {
|
||||
foo = "${module.foo.bar}"
|
||||
}
|
||||
Loading…
Reference in new issue