github.com/meteor/terraform@v0.6.15-0.20210412225145-79ec4bc057c6/config/test-fixtures/module-unnamed.tf (about) 1 module "okay" { 2 source = "./okay" 3 } 4 5 module { 6 source = "./not-okay" 7 }