Initializer
Properties
| Name | Type | Description |
|---|---|---|
command | java.lang.String | This is the command to execute. |
type | java.lang.String | No description. |
environment | java.util.Map< java.lang.String, java.lang.String > | A record of key value pairs representing the environment of the executed command. |
interpreter | java.util.List< java.lang.String > | If provided, this is a list of interpreter arguments used to execute the command. |
when | java.lang.String | If provided, specifies when Terraform will execute the command. |
workingDir | java.lang.String | If provided, specifies the working directory where command will be executed. |
commandRequired
- Type: java.lang.String
typeRequired
- Type: java.lang.String
environmentOptional
- Type: java.util.Map< java.lang.String, java.lang.String >
interpreterOptional
- Type: java.util.List< java.lang.String >
whenOptional
- Type: java.lang.String
workingDirOptional
- Type: java.lang.String