github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/appfile/test-fixtures/basic.golden (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 {
    19    name   = "aws"
    20    type   = "aws"
    21    flavor = "foo"
    22  }