zones

@JvmName(name = "tvuglmrmxbeajvsy")
suspend fun zones(value: Output<List<String>>)
@JvmName(name = "cpbvanmuyjbfpxxv")
suspend fun zones(value: List<String>?)

Parameters

value

A collection of availability zones to spread the Virtual Machines over. Changing this forces a new resource to be created.

NOTE: Availability Zones are only supported in several regions at this time.


@JvmName(name = "effxrulspeckcnkx")
suspend fun zones(vararg values: Output<String>)


@JvmName(name = "lbvfweyvbrbovsmu")
suspend fun zones(values: List<Output<String>>)
@JvmName(name = "wsbujractwnqnplp")
suspend fun zones(vararg values: String)

Parameters

values

A collection of availability zones to spread the Virtual Machines over. Changing this forces a new resource to be created.

NOTE: Availability Zones are only supported in several regions at this time.