mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 17:00:15 -04:00
4 lines
54 B
HCL
4 lines
54 B
HCL
module "bar" {
|
|
memory = "1G"
|
|
source = "baz"
|
|
}
|