Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlatProvisioner ¶
type FlatProvisioner struct {
Version *string `cty:"version" hcl:"version"`
}
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 ¶
type Provisioner struct {
Version string
}
Provisioner is our provisioner configuration.
func (*Provisioner) FlatMapstructure ¶
func (*Provisioner) FlatMapstructure() interface{ HCL2Spec() map[string]hcldec.Spec }
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.
Click to show internal directories.
Click to hide internal directories.