Skip to content

Commit

Permalink
Redo
Browse files Browse the repository at this point in the history
  • Loading branch information
PubudU99 committed Dec 9, 2024
1 parent c890373 commit 092a3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/azurerm/AKS-Generic/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ variable "azure_policy_enabled" {
}

variable "aks_nodepool_subnet_enforce_private_link_endpoint_network_policies" {
default = false
default = "Disabled"
description = "Enable or Disable network policies for the private link endpoint on the aks nodepool subnet"
type = bool
type = string
}

variable "internal_load_balancer_subnet_enforce_private_link_endpoint_network_policies" {
Expand Down

0 comments on commit 092a3a0

Please sign in to comment.