6 lines
72 B
Terraform
6 lines
72 B
Terraform
|
|
||
|
module "example" {
|
||
|
foo = "a_override foo"
|
||
|
new = "a_override new"
|
||
|
}
|