Documentation
¶
Overview ¶
Code generated by "mapstructure-to-hcl2 -type Provisioner"; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlatProvisioner ¶ added in v1.4.5
type FlatProvisioner struct {
Duration *string `cty:"duration"`
}
FlatProvisioner is an auto-generated flat version of Provisioner. Where the contents of a field with a `mapstructure:,squash` tag are bubbled up.
type Provisioner ¶
func (*Provisioner) FlatMapstructure ¶ added in v1.4.5
func (*Provisioner) FlatMapstructure() interface{}
FlatMapstructure returns a new FlatProvisioner. FlatProvisioner is an auto-generated flat version of Provisioner. Where the contents a fields with a `mapstructure:,squash` tag are bubbled up.
func (*Provisioner) Prepare ¶
func (p *Provisioner) Prepare(raws ...interface{}) error
func (*Provisioner) Provision ¶
func (p *Provisioner) Provision(ctx context.Context, _ packer.Ui, _ packer.Communicator) error
Click to show internal directories.
Click to hide internal directories.