github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/config/test-fixtures/modules.tf (about)

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