provisioner

package
v0.0.0-...-7ae29b8 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Source      string `hcl:"source"`
	Destination string `hcl:"destination"`
}

type Shell

type Shell struct {
	Inline string `hcl:"inline,optional"`
	Path   string `hcl:"path,optional"`

	Args                          []string          `hcl:"args,optional"`
	Binary                        bool              `hcl:"binary,optional"`
	Env                           map[string]string `hcl:"env,optional"`
	KeepColor                     bool              `hcl:"keep_color.optional"`
	MD5                           string            `hcl:"md5,optional"`
	Name                          string            `hcl:"name,optional"`
	PowershellArgs                []string          `hcl:"powershell_args,optional"`
	PowershellElevatedInteractive bool              `hcl:"powershell_elevated_interactive,optional"`
	Privileged                    bool              `hcl:"privileged,optional"`
	Reboot                        bool              `hcl:"reboot,optional"`
	Reset                         bool              `hcl:"reset,optional"`
	SHA1                          string            `hcl:"sha1,optional"`
	SHA256                        string            `hcl:"sha256,optional"`
	SHA384                        string            `hcl:"sha384,optional"`
	SHA512                        string            `hcl:"sha512,optional"`
	Sensitive                     bool              `hcl:"sensitive,optional"`
	UploadPath                    string            `hcl:"upload_path,optional"`
}

Jump to

Keyboard shortcuts

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