14 lines
134 B
HCL
14 lines
134 B
HCL
project = "hello"
|
|
|
|
plugin "go1" {
|
|
type {
|
|
mapper = true
|
|
}
|
|
}
|
|
|
|
plugin "go2" {
|
|
type {
|
|
registry = true
|
|
}
|
|
}
|