Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FileProvisioner = v0_15_mod.FileProvisioner LocalExecProvisioner = func() *schema.BodySchema { bodySchema := v0_15_mod.LocalExecProvisioner bodySchema.Attributes["quiet"] = &schema.AttributeSchema{ Constraint: schema.LiteralType{Type: cty.Bool}, DefaultValue: schema.DefaultValue{Value: cty.False}, IsOptional: true, Description: lang.Markdown("Whether to suppress script output"), } return bodySchema }() RemoteExecProvisioner = v0_15_mod.RemoteExecProvisioner )
Functions ¶
func ModuleSchema ¶
func ModuleSchema(v *version.Version) *schema.BodySchema
func ProvisionerDependentBodies ¶
func ProvisionerDependentBodies(v *version.Version) map[schema.SchemaKey]*schema.BodySchema
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.