vaguerent/internal/config/testdata/plugins/implicit_registry.hcl
2022-04-25 12:23:57 -05:00

16 lines
179 B
HCL

project = "hello"
app "tubes" {
build {
use "docker" {}
registry {
use "aws-ecr" {}
}
}
deploy {
use "nomad" {}
}
}