mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-17 03:50:57 -04:00
5 lines
81 B
HCL
5 lines
81 B
HCL
module "foo" {}
|
|
|
|
resource "aws_instance" "foo" {
|
|
foo = "${module.foo.bar}"
|
|
}
|