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
2 changes: 1 addition & 1 deletion src/content/docs/api-shield/reference/terraform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following resources are available to configure through Terraform:

## Manage API Shield session identifiers

Refer to the example configuration below to set up [session identifiers](/api-shield/get-started/#set-up-session-identifiers) on your zone.
Refer to the example configuration below to set up [session identifiers](/api-shield/get-started/#to-set-up-session-identifiers) on your zone.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: https://developers.cloudflare.com/api-shield/reference/terraform/
has a broken internal link to: https://developers.cloudflare.com/api-shield/get-started/.
The fragment set-up-session-identifiers does not exist.

By looking at the page: https://developers.cloudflare.com/api-shield/get-started/
The best fragment to use seems to be: #to-set-up-session-identifiers


```tf title="Example configuration"
resource "cloudflare_api_shield" "my_api_shield" {
Expand Down
Loading