Skip to content

Commit

Permalink
chore: fix 404 for managed terraform variables (#13018)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrewer committed Apr 22, 2024
1 parent b40f54f commit 4a6693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/kubernetes/additional-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ provider "kubernetes" {

Alternatively, you can authenticate with remote clusters with ServiceAccount
tokens. Coder can store these secrets on your behalf with
[managed Terraform variables](../../templates/parameters.md#managed-terraform-variables).
[managed Terraform variables](../../templates/variables.md).

Alternatively, these could also be fetched from Kubernetes secrets or even
[Hashicorp Vault](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/data-sources/generic_secret).
Expand Down

0 comments on commit 4a6693a

Please sign in to comment.