We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44955e3 commit 0b18cf4Copy full SHA for 0b18cf4
1 file changed
quickstart/201-machine-learning-moderately-secure/variables.tf
@@ -24,19 +24,19 @@ variable "vnet_address_space" {
24
variable "training_subnet_address_space" {
25
type = list(string)
26
description = "Address space of the training subnet"
27
- default = ["10.0.0.0/24"]
+ default = ["10.0.1.0/24"]
28
}
29
30
variable "aks_subnet_address_space" {
31
32
description = "Address space of the aks subnet"
33
- default = ["10.0.1.0/24"]
+ default = ["10.0.2.0/23"]
34
35
36
variable "ml_subnet_address_space" {
37
38
description = "Address space of the ML workspace subnet"
39
- default = ["10.0.2.0/24"]
+ default = ["10.0.0.0/24"]
40
41
42
variable "image_build_compute_name" {
0 commit comments