About
How it works
Planning and applying
garden --env=<env-name> plugins terraform apply-root # Runs `terraform apply` for the provider root stack.
garden --env=<env-name> plugins terraform apply-action -- <action-name> # Runs `terraform apply` for the specified terraform Deploy action.
garden --env=<env-name> plugins terraform plan-root # Runs `terraform plan` for the provider root stack.
garden --env=<env-name> plugins terraform plan-action -- <action-name> # Runs `terraform plan` for the specified terraform Deploy action.Setting the backend dynamically
Next steps
Last updated
Was this helpful?

