github.com/sfdevops1/terrra4orm@v0.11.12-beta1/config/module/test-fixtures/validate-bad-var/main.tf (about)

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