Skip to content

Commit 0b18cf4

Browse files
committed
updating aks subnetvar default to larger cidr
1 parent 44955e3 commit 0b18cf4

File tree

1 file changed

+3
-3
lines changed
  • quickstart/201-machine-learning-moderately-secure

1 file changed

+3
-3
lines changed

quickstart/201-machine-learning-moderately-secure/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ variable "vnet_address_space" {
2424
variable "training_subnet_address_space" {
2525
type = list(string)
2626
description = "Address space of the training subnet"
27-
default = ["10.0.0.0/24"]
27+
default = ["10.0.1.0/24"]
2828
}
2929

3030
variable "aks_subnet_address_space" {
3131
type = list(string)
3232
description = "Address space of the aks subnet"
33-
default = ["10.0.1.0/24"]
33+
default = ["10.0.2.0/23"]
3434
}
3535

3636
variable "ml_subnet_address_space" {
3737
type = list(string)
3838
description = "Address space of the ML workspace subnet"
39-
default = ["10.0.2.0/24"]
39+
default = ["10.0.0.0/24"]
4040
}
4141

4242
variable "image_build_compute_name" {

0 commit comments

Comments
 (0)