Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc): update the links to authorized_ip_ranges #1381

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
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 avd_docs/azure/container/AVD-AZU-0041/Terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -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 = ``