github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/appfile/test-fixtures/infra-foundations.hcl (about)

     1  application {
     2      name = "foo"
     3  }
     4  
     5  infrastructure "aws" {
     6      flavor = "foo"
     7  
     8      foundation "consul" {
     9          foo = "bar"
    10      }
    11  }