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