vagrant/internal/config/testdata/plugins/implicit.hcl

15 lines
189 B
HCL
Raw Permalink Normal View History

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
2021-04-06 18:03:30 -04:00
project = "hello"
app "tubes" {
build {
use "docker" {}
}
deploy {
use "nomad" {}
}
}