diff --git a/avd_docs/azure/container/AVD-AZU-0041/Terraform.md b/avd_docs/azure/container/AVD-AZU-0041/Terraform.md index f4474ce45..1eddde66e 100644 --- a/avd_docs/azure/container/AVD-AZU-0041/Terraform.md +++ b/avd_docs/azure/container/AVD-AZU-0041/Terraform.md @@ -15,5 +15,5 @@ Limit the access to the API server to a limited IP range ``` #### Remediation Links - - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#api_server_authorized_ip_ranges + - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#authorized_ip_ranges diff --git a/rules/cloud/policies/azure/container/limit_authorized_ips.tf.go b/rules/cloud/policies/azure/container/limit_authorized_ips.tf.go index 451ae9a99..a064f5674 100644 --- a/rules/cloud/policies/azure/container/limit_authorized_ips.tf.go +++ b/rules/cloud/policies/azure/container/limit_authorized_ips.tf.go @@ -23,7 +23,7 @@ var terraformLimitAuthorizedIpsBadExamples = []string{ } var terraformLimitAuthorizedIpsLinks = []string{ - `https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#api_server_authorized_ip_ranges`, + `https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#authorized_ip_ranges`, } var terraformLimitAuthorizedIpsRemediationMarkdown = ``