From 6e2fa87d4dbcc9d0b59f577a6f05d0441fc7cb63 Mon Sep 17 00:00:00 2001 From: Ethan Dickson Date: Fri, 13 Sep 2024 05:13:46 +0000 Subject: [PATCH] fix(docs): update terraform backend link --- 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 148745a14de0c..805ba5d302819 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 {