github.com/jrperritt/terraform@v0.1.1-0.20170525065507-96f391dafc38/config/test-fixtures/module-unnamed.tf (about)

     1  module "okay" {
     2    source = "./okay"
     3  }
     4  
     5  module {
     6    source = "./not-okay"
     7  }