opentofu/terraform/test-fixtures/state-module-orphans/main.tf
2015-02-19 12:07:52 -08:00

4 lines
38 B
HCL

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