Terraform Runner Parameters
Terraform Runner exposes the following parameters to your services to customize the behavior of Terraform runs.
Parameter Name | Type | Required | Default | Description |
---|---|---|---|---|
image | string | yes | The full Terraform Docker image. | |
path | string | yes | The path inside your Docker image to the Terraform module to run. | |
shellPath | string | no | /bin/sh | A shell needed by the Terraform Runner. sh and bash are supported. |
Updated 3 months ago