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

17 lines
203 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"
plugin "go1" {
type {
mapper = true
}
}
plugin "go2" {
type {
registry = true
}
}