github.com/bhameyie/otto@v0.2.1-0.20160406174117-16052efa52ec/appfile/test-fixtures/basic.hcl (about)

     1  application {
     2      name = "foo"
     3  
     4      dependency {
     5          source = "foo"
     6      }
     7  
     8      dependency {
     9          source = "bar"
    10      }
    11  }
    12  
    13  project {
    14      name = "foo"
    15      infrastructure = "aws"
    16  }
    17  
    18  infrastructure "aws" {
    19      flavor = "foo"
    20  }