define ComponentKind that help enumerate what kind of components exist in hcl

azr_implicit_requried_plugin_2
Adrien Delorme 5 years ago
parent 27fb9b2525
commit 2e9307de3f

@ -0,0 +1,11 @@
package hcl2template
// ComponentKind helps enumerate what kind of components exist in this Package.
type ComponentKind int
const (
Builder ComponentKind = iota
Provisioner
PostProcessor
Datasource
)
Loading…
Cancel
Save