For the complete documentation index, see llms.txt. This page is also available as Markdown.

Terraform tab

Terraform tab inputs and buttons that allows to execute Terraform operation on entire workspace files.

On the UI we can see:

  1. Plan button - it executes "terraform plan -no-color" operation on entire workspace

  2. Apply button - it executes "terraform apply -auto-approve -no-color" operation on entire workspace.

  3. Input and button "Run own command" - it allows to execute any terraform command.

  1. Generate config button - helper function that generate configuration code with a help of Terraform code generation feature.

  2. Set TF_LOG=DEBUG - this checkbox is equivalent to setting environment variable TF_LOG=DEBUG.

  3. "Use public provider" checkbox - When checked, you don't have to append provider configuration block in plain text inside Terraform scripts. During the Terraform operation (plan/apply/etc) app will append volatile file containing public provider credentials. This file will not be stored or returned from the operations.

  4. Execution logs tab - it is used to display feedback messages coming from external processor.

Last updated