zones

@JvmName(name = "ewkkakibctveemcn")
suspend fun zones(value: Output<List<String>>)
@JvmName(name = "sjwxxyxfdkcxsxqj")
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 = "otybewmxgnecixid")
suspend fun zones(vararg values: Output<String>)


@JvmName(name = "kgjohjacuoxmbvhc")
suspend fun zones(values: List<Output<String>>)
@JvmName(name = "ekwlkbkpwesroiqx")
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.