mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-21 08:55:35 -05:00
13 lines
134 B
HCL
13 lines
134 B
HCL
project = "hello"
|
|
|
|
plugin "go1" {
|
|
type {
|
|
mapper = true
|
|
}
|
|
}
|
|
|
|
plugin "go2" {
|
|
type {
|
|
registry = true
|
|
}
|
|
}
|