Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 799 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 799 Bytes

Satorix Terraform buildpack

Use Terraform in a buildpack compatible app.

Requires

The Terraform config must implement a non-local backend, because otherwise state will be lost between runs. The default local backend saves state in the filesystem which is emphemeral.

Usage

Add the buildpack to a .buildpacks configuration in the root of the application directory to install terraform for the application to utilize.

Configuration

  • TERRAFORM_BIN_URL set the source URL for the terraform binary