mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-19 08:41:29 -04:00
3 lines
64 B
HCL
3 lines
64 B
HCL
resource "aws_instance" "foo" {
|
|
foo = "${module.foo.bar}"
|
|
}
|