valueWoVersion

@JvmName(name = "yegwpamsjduesabl")
suspend fun valueWoVersion(value: Output<Int>)
@JvmName(name = "bybonmfkgdwykwxj")
suspend fun valueWoVersion(value: Int?)

Parameters

value

An integer value used to trigger an update for value_wo. This property should be incremented when updating value_wo.

Note: Key Vault strips newlines. To preserve newlines in multi-line secrets try replacing them with \n or by base 64 encoding them with replace(file("my_secret_file"), "/\n/", "\n") or base64encode(file("my_secret_file")), respectively.