updated outdated example in azure-container-limit-authorized-ips check documentation.#2203
Open
joaohenriquedm wants to merge 1 commit into
Open
updated outdated example in azure-container-limit-authorized-ips check documentation.#2203joaohenriquedm wants to merge 1 commit into
joaohenriquedm wants to merge 1 commit into
Conversation
This update fixes an outdated example in the azure-container-limit-authorized-ips check documentation. The previous version referenced the api_server_authorized_ip_ranges argument directly in the azurerm_kubernetes_cluster resource. However, in the current AzureRM provider, this configuration has been moved under the api_server_access_profile block as authorized_ip_ranges. This change aligns the documentation with the latest provider schema and official Terraform documentation, ensuring users follow the correct and supported configuration. No functional changes were made to the rule itself — only the documentation and examples were updated.
|
Hi @joaohenriquedm ! Thank you for your contribution, but tfsec is now part of Trivy #1994. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update fixes an outdated example in the azure-container-limit-authorized-ips check documentation.
The previous version referenced the api_server_authorized_ip_ranges argument directly in the azurerm_kubernetes_cluster resource. However, in the current AzureRM provider, this configuration has been moved under the api_server_access_profile block as authorized_ip_ranges.
This change aligns the documentation with the latest provider schema and official Terraform documentation, ensuring users follow the correct and supported configuration.
No functional changes were made to the rule itself — only the documentation and examples were updated.