File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ variable "static_outbound_ip_count" {
130
130
EOF
131
131
validation {
132
132
condition = var. static_outbound_ip_count >= 1 && var. static_outbound_ip_count <= 100
133
- error_message = " idle_timeout has to be between 1 and 100 including."
133
+ error_message = " Static_outbound_ip_count has to be between 1 and 100 including."
134
134
}
135
135
default = 1
136
136
}
@@ -140,7 +140,7 @@ variable "outbound_ports_allocated" {
140
140
description = " Pre-allocated ports (AKS default: 0)"
141
141
validation {
142
142
condition = var. outbound_ports_allocated >= 0 && var. outbound_ports_allocated <= 64000
143
- error_message = " outbound_ports_allocated has to be between 0 and 64000 including."
143
+ error_message = " Outbound_ports_allocated has to be between 0 and 64000 including."
144
144
}
145
145
default = 0
146
146
}
@@ -157,7 +157,7 @@ variable "idle_timeout" {
157
157
default = 5
158
158
validation {
159
159
condition = var. idle_timeout >= 4 && var. idle_timeout <= 120
160
- error_message = " idle_timeout has to be between 4 and 120 including."
160
+ error_message = " Idle_timeout has to be between 4 and 120 including."
161
161
}
162
162
}
163
163
You can’t perform that action at this time.
0 commit comments