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