mirror of https://github.com/hashicorp/terraform
parent
38efe4cb80
commit
fcc710ca06
@ -0,0 +1 @@
|
||||
variable "value" {}
|
||||
@ -0,0 +1,6 @@
|
||||
resource "aws_instance" "foo" {}
|
||||
|
||||
module "child" {
|
||||
source = "./child"
|
||||
value = "${aws_instance.foo.nope}"
|
||||
}
|
||||
Loading…
Reference in new issue