Configuring a Terraform component
To configure a Terraform component, specify a repo, the required configuration values, and the version of Terraform to run it with.components/<your-component>.toml
public_repo
block) or a private GitHub repo (using a connected_repo
block).
Read more about VCS configuration here.
Configuring Terraform Vars
You can configure terraform variables for a component using component variables. These variables can access inputs, other Components, the sandbox, and details on the install itself using interpolation.components/<your-component>.toml