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

     1  application {
     2      name = "foo"
     3      type = "bar"
     4  
     5      dependency {
     6          source = "git::./child"
     7      }
     8  }
     9  
    10  project {
    11      name = "foo"
    12      infrastructure = "aws"
    13  }
    14  
    15  infrastructure "aws" {}