Skip to content

Commit

Permalink
fix: changed default value of network_policy to azure
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdbj committed Oct 30, 2024
1 parent 6152442 commit a0786ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ variable "network_plugin" {

variable "network_policy" {
type = string
default = null
default = "azure"
description = " (Optional) Sets up network policy to be used with Azure CNI. Network policy allows us to control the traffic flow between pods. Currently supported values are calico and azure. Changing this forces a new resource to be created."
}

Expand Down

0 comments on commit a0786ee

Please sign in to comment.