Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(docs): update terraform backend link
  • Loading branch information
ethanndickson committed Sep 13, 2024
commit 6e2fa87d4dbcc9d0b59f577a6f05d0441fc7cb63
2 changes: 1 addition & 1 deletion docs/templates/change-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading