mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-03-03 05:40:47 -05:00
8 lines
119 B
HCL
8 lines
119 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
project = "foo"
|
|
|
|
app "foo" {
|
|
path = "./bar"
|
|
}
|