Files

12 lines
206 B
Go
Raw Permalink Normal View History

2021-03-24 11:31:39 +01:00
package hcl2template
// ComponentKind helps enumerate what kind of components exist in this Package.
type ComponentKind int
const (
Builder ComponentKind = iota
Provisioner
PostProcessor
Datasource
)