Skip to content

Commit 742e4c7

Browse files
committed
changed reserved ip addresses
1 parent baa2ce4 commit 742e4c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress

quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ variable "virtual_network_name" {
2525

2626
variable "virtual_network_address_prefix" {
2727
description = "VNET address prefix"
28-
default = "15.0.0.0/8"
28+
default = "192.168.0.0/16"
2929
}
3030

3131
variable "aks_subnet_name" {
@@ -35,12 +35,12 @@ variable "aks_subnet_name" {
3535

3636
variable "aks_subnet_address_prefix" {
3737
description = "Subnet address prefix."
38-
default = "15.0.0.0/16"
38+
default = "192.168.0.0/24"
3939
}
4040

4141
variable "app_gateway_subnet_address_prefix" {
4242
description = "Subnet server IP address."
43-
default = "15.1.0.0/16"
43+
default = "192.168.1.0/24"
4444
}
4545

4646
variable "app_gateway_name" {

0 commit comments

Comments
 (0)