GuidesAPI Reference
Log In

Terraform Service Configuration Reference

This doc details the configuration reference under service.terraform.. For the full Service configuration reference, see Service Configuration Reference.

service:
  terraform:
    image: ""  # required: The full Terraform Docker image.
    path: ""  # required: The path inside your Docker image to the Terraform module to run.
    shellPath: ""  # optional: A shell needed by the Terraform Runner. `sh` and `bash` are supported. Defaults to `/bin/sh`.
    backendConfig:  # extra backend configurations, to be passed to -backend-config=key=value in terraform-init.
      "key": "value"