From 9dc8e0f4c5b4fd68cbe159bc56f282f26c0a66cc Mon Sep 17 00:00:00 2001 From: Ethan <39577870+ethanndickson@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:17:57 +1000 Subject: [PATCH] fix(docs): update terraform backend link (#14663) --- docs/templates/change-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/change-management.md b/docs/templates/change-management.md index 148745a14d..805ba5d302 100644 --- a/docs/templates/change-management.md +++ b/docs/templates/change-management.md @@ -14,7 +14,7 @@ The can be used to push new template versions, either manually, or in CI/CD pipelines. To run the provider in a CI/CD pipeline, and to prevent drift, you'll need to store the Terraform state -[remotely](https://developer.hashicorp.com/terraform/language/settings/backends/configuration). +[remotely](https://developer.hashicorp.com/terraform/language/backend). ```hcl terraform {