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-module -- <module-name> # Runs `terraform apply` for the specified terraform module.
garden --env=<env-name> plugins terraform plan-root # Runs `terraform plan` for the provider root stack.
garden --env=<env-name> plugins terraform plan-module -- <module-name> # Runs `terraform plan` for the specified terraform module.Injecting Environment Variables Into Backend Manifests
Exec Provider
Next steps
Last updated
Was this helpful?

