github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/appfile/test-fixtures/compile-multi-dep/Appfile (about)

     1  application {
     2      name = "foo"
     3      type = "bar"
     4  
     5      dependency {
     6          source = "./childone"
     7      }
     8      dependency {
     9          source = "./childtwo"
    10      }
    11  }
    12  
    13  project {
    14      name = "foo"
    15      infrastructure = "aws"
    16  }
    17  
    18  infrastructure "aws" {}