github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/config/test-fixtures/modules.tf (about)

     1  module "bar" {
     2      memory = "1G"
     3      source = "baz"
     4  }