You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="The allocation method for the Private IP Address used by this Load Balancer. Possible values as Dynamic and Static."
78
+
default="Dynamic"
79
+
}
80
+
81
+
variable"lb_private_ip_address" {
82
+
description="Private IP Address to assign to the Load Balancer."
83
+
default=null
84
+
}
85
+
76
86
variable"lb_probe_protocol" {
77
87
description="Specifies the protocol of the end point. Possible values are `Http`, `Https` or `Tcp`. If `Tcp` is specified, a received ACK is required for the probe to be successful. If `Http` is specified, a `200 OK` response from the specified `URI` is required for the probe to be successful."
78
88
default=null
@@ -220,6 +230,11 @@ variable "os_upgrade_mode" {
220
230
default="Automatic"
221
231
}
222
232
233
+
variable"vm_time_zone" {
234
+
description="Specifies the Time Zone which should be used by the Virtual Machine"
235
+
default=null
236
+
}
237
+
223
238
variable"availability_zones" {
224
239
description="A list of Availability Zones in which the Virtual Machines in this Scale Set should be created in"
0 commit comments