From a7ecca9c4f1836d896bdc0275b7edb454e0f43d9 Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 13 Jun 2023 00:15:15 -0700 Subject: [PATCH] fix link --- website/docs/guides/tfc-check-blocks.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/tfc-check-blocks.html.markdown b/website/docs/guides/tfc-check-blocks.html.markdown index afec900d06c2..5cc6e9f2f37d 100644 --- a/website/docs/guides/tfc-check-blocks.html.markdown +++ b/website/docs/guides/tfc-check-blocks.html.markdown @@ -70,7 +70,7 @@ check "check_certificate_state" { ``` -The full example can be found in the provider's [examples](https://github.com/hashicorp/terraform-provider-azurerm/tree/main/examples/tfc-checks/container-app-certificate-expiry) folder. +The full example can be found in the provider's [examples](https://github.com/hashicorp/terraform-provider-azurerm/tree/main/examples/tfc-checks/app-service-certificate-expiry) folder. ## Example - Check if an App Service Function or Web App has exceeded its usage limit (`azurerm_linux_function_app`, `azurerm_linux_web_app`)