mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-21 08:55:35 -05:00
11 lines
120 B
HCL
11 lines
120 B
HCL
project = "hello"
|
|
|
|
app "tubes" {
|
|
build {
|
|
use "docker" {}
|
|
}
|
|
|
|
deploy {
|
|
use "nomad" {}
|
|
}
|
|
}
|