opentofu/terraform/test-fixtures/apply-provisioner-destroy-module/main.tf

5 lines
63 B
HCL

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