opentofu/terraform/test-fixtures/transform-module-var-nested/main.tf

5 lines
61 B
HCL

module "child" {
source = "./child"
value = "foo"
}