sendSecondaryIpRangeIfEmpty

@JvmName(name = "wqxcrhnjrvpcoxpq")
suspend fun sendSecondaryIpRangeIfEmpty(value: Output<Boolean>)
@JvmName(name = "vgievkmqlgrwaabh")
suspend fun sendSecondaryIpRangeIfEmpty(value: Boolean?)

Parameters

value

Controls the removal behavior of secondary_ip_range. When false, removing secondary_ip_range from config will not produce a diff as the provider will default to the API's value. When true, the provider will treat removing secondary_ip_range as sending an empty list of secondary IP ranges to the API. Defaults to false.