mirror of https://github.com/hashicorp/packer
azr_implicit_requried_plugin_2
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…
Reference in new issue