opentofu/terraform/test-fixtures/apply-module-provider-alias/main.tf

4 lines
42 B
HCL

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