Initializer
Properties
| Name | Type | Description |
|---|---|---|
command | string | This is the command to execute. |
type | string | No description. |
environment | {[ key: string ]: string} | A record of key value pairs representing the environment of the executed command. |
interpreter | string[] | If provided, this is a list of interpreter arguments used to execute the command. |
when | string | If provided, specifies when Terraform will execute the command. |
workingDir | string | If provided, specifies the working directory where command will be executed. |
commandRequired
- Type: string
typeRequired
- Type: string
environmentOptional
- Type: {[ key: string ]: string}
interpreterOptional
- Type: string[]
whenOptional
- Type: string
workingDirOptional
- Type: string