updating aks subnetvar default to larger cidr
This commit is contained in:
@ -24,19 +24,19 @@ variable "vnet_address_space" {
|
|||||||
variable "training_subnet_address_space" {
|
variable "training_subnet_address_space" {
|
||||||
type = list(string)
|
type = list(string)
|
||||||
description = "Address space of the training subnet"
|
description = "Address space of the training subnet"
|
||||||
default = ["10.0.0.0/24"]
|
default = ["10.0.1.0/24"]
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "aks_subnet_address_space" {
|
variable "aks_subnet_address_space" {
|
||||||
type = list(string)
|
type = list(string)
|
||||||
description = "Address space of the aks subnet"
|
description = "Address space of the aks subnet"
|
||||||
default = ["10.0.1.0/24"]
|
default = ["10.0.2.0/23"]
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "ml_subnet_address_space" {
|
variable "ml_subnet_address_space" {
|
||||||
type = list(string)
|
type = list(string)
|
||||||
description = "Address space of the ML workspace subnet"
|
description = "Address space of the ML workspace subnet"
|
||||||
default = ["10.0.2.0/24"]
|
default = ["10.0.0.0/24"]
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "image_build_compute_name" {
|
variable "image_build_compute_name" {
|
||||||
|
Reference in New Issue
Block a user