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