Skip to content

Commit

Permalink
fix: updated variable 'ebpf_data_plane' with 'network_data_plane' and…
Browse files Browse the repository at this point in the history
… variable 'dns_zone_id' with 'dns_zone_ids' in respect with deprecated attribute
  • Loading branch information
ravimalvia10 committed Jul 26, 2024
1 parent 76502da commit 0987f2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ variable "storage_profile" {

variable "web_app_routing" {
type = object({
dns_zone_id = string
dns_zone_ids = list(string)
})
default = null
description = <<-EOT
Expand Down Expand Up @@ -625,7 +625,7 @@ variable "net_profile_pod_cidr" {
description = " (Optional) The CIDR to use for pod IP addresses. This field can only be set when network_plugin is set to kubenet. Changing this forces a new resource to be created."
}

variable "ebpf_data_plane" {
variable "network_data_plane" {
type = string
default = null
description = "(Optional) Specifies the eBPF data plane used for building the Kubernetes network. Possible value is `cilium`. Changing this forces a new resource to be created."
Expand Down Expand Up @@ -1089,4 +1089,4 @@ variable "aks_user_auth_role" {
type = any
default = []
description = "Group and User role base access to AKS"
}
}

0 comments on commit 0987f2d

Please sign in to comment.