chore: fix 404 for managed terraform variables (#13018)

This commit is contained in:
Michael Brewer 2024-04-22 03:09:05 -07:00 committed by GitHub
parent b40f54f603
commit 4a6693a171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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).