From 4a6693a171227c30a3440bf9883d13dd9aa59b0e Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Mon, 22 Apr 2024 03:09:05 -0700 Subject: [PATCH] chore: fix 404 for managed terraform variables (#13018) --- docs/platforms/kubernetes/additional-clusters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/kubernetes/additional-clusters.md b/docs/platforms/kubernetes/additional-clusters.md index c3bcd42d18..e30a432c73 100644 --- a/docs/platforms/kubernetes/additional-clusters.md +++ b/docs/platforms/kubernetes/additional-clusters.md @@ -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).