mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-21 17:05:29 -05:00
17 lines
180 B
HCL
17 lines
180 B
HCL
project = "hello"
|
|
|
|
plugin "docker" {
|
|
type {
|
|
deploy = true
|
|
}
|
|
}
|
|
|
|
app "tubes" {
|
|
build {
|
|
use "docker" {}
|
|
}
|
|
|
|
deploy {
|
|
use "nomad" {}
|
|
}
|
|
}
|