application { name = "otto-getting-started" type = "ruby" dependency { source = "github.com/hashicorp/otto/examples/mongodb" } } project { name = "mein-projekt" infrastructure = "meine-infrastructure" } infrastructure "meine-infrastructure" { type = "aws" flavor = "simple" } customization "ruby" { ruby_version = "2.1" }