File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
quickstart/201-machine-learning-moderately-secure Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ variable "vnet_address_space" {
2424variable "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
3030variable "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
3636variable "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
4242variable "image_build_compute_name" {
You can’t perform that action at this time.
0 commit comments