mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-20 08:30:07 -05:00
4 lines
54 B
HCL
4 lines
54 B
HCL
module "bar" {
|
|
memory = "1G"
|
|
source = "baz"
|
|
}
|