Skip to content

Commit

Permalink
fix terragrunt link
Browse files Browse the repository at this point in the history
  • Loading branch information
michieldewilde committed Nov 28, 2024
1 parent 47d6c81 commit 60c7cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vendors/terraform/terragrunt.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ On our runner image, we install a version of Terragrunt that will work with the

## Scope of support

We're currently using Terragrunt the same way we're using Terraform, running `init`, `plan`, and `apply` commands. This means we're not supporting [executing Terraform commands on multiple modules at once](https://terragrunt.gruntwork.io/docs/features/execute-terraform-commands-on-multiple-modules-at-once/){: rel="nofollow"} (`run-all`). This functionality was designed to operate in a very different mode and environment, and is strictly outside our scope. However, run-all is supported in our new Terragrunt native platform in Spacelift which is currently in **beta**. You can find documentation on this [here](../terragrunt/README.md).
We're currently using Terragrunt the same way we're using Terraform, running `init`, `plan`, and `apply` commands. This means we're not supporting [executing Terraform commands on multiple modules at once](https://terragrunt.gruntwork.io/docs/features/execute-terraform-commands-on-multiple-units-at-once/){: rel="nofollow"} (`run-all`). This functionality was designed to operate in a very different mode and environment, and is strictly outside our scope. However, run-all is supported in our new Terragrunt native platform in Spacelift which is currently in **beta**. You can find documentation on this [here](../terragrunt/README.md).

We also support authentication with [Spacelift modules](./module-registry.md) by automatically filling the `TG_TF_REGISTRY_TOKEN` environment variable for each run. Terragrunt [uses this variable](https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/){: rel="nofollow"} to authenticate with private module registries.

Expand Down

0 comments on commit 60c7cd9

Please sign in to comment.