Initializer
Properties
| Name | Type | Description |
|---|---|---|
Command | string | This is the command to execute. |
Type | string | No description. |
Environment | System.Collections.Generic.IDictionary< 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: System.Collections.Generic.IDictionary< string, string >
InterpreterOptional
- Type: string[]
WhenOptional
- Type: string
WorkingDirOptional
- Type: string