schema

package
v0.0.0-...-44d6a2b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: MPL-2.0 Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL