5 lines
60 B
Terraform
5 lines
60 B
Terraform
|
module "foo" "bar" {
|
||
|
memory = "1G"
|
||
|
source = "baz"
|
||
|
}
|