mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-22 17:33:08 -05:00
15 lines
179 B
HCL
15 lines
179 B
HCL
project = "hello"
|
|
|
|
app "tubes" {
|
|
build {
|
|
use "docker" {}
|
|
|
|
registry {
|
|
use "aws-ecr" {}
|
|
}
|
|
}
|
|
|
|
deploy {
|
|
use "nomad" {}
|
|
}
|
|
}
|