github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/config/module/test-fixtures/validate-bad-var/main.tf (about)

     1  module "child" {
     2      source = "./child"
     3  
     4      memory = "foo"
     5  }