Skip to content

Commit

Permalink
feat: no need to complicate with address range
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Nov 12, 2023
1 parent e8385ec commit 5cea555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
AVD-AZU-0040
AVD-AZU-0041
2 changes: 1 addition & 1 deletion terraform/modules/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "azurerm_kubernetes_cluster" "example" {
api_server_access_profile {
vnet_integration_enabled = true
subnet_id = var.api_server_subnet_id
authorized_ip_ranges = var.api_server_allowed_cidr_blocks
# authorized_ip_ranges = var.api_server_allowed_cidr_blocks
}

tags = {
Expand Down

0 comments on commit 5cea555

Please sign in to comment.