secretVariables

@JvmName(name = "qoiewigvkwrvlbcp")
suspend fun secretVariables(value: Output<Map<String, String>>)
@JvmName(name = "jikpdxitefevcebl")
suspend fun secretVariables(value: Map<String, String>?)

Parameters

value

A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.


@JvmName(name = "bopvsrhyticgipkx")
fun secretVariables(vararg values: Pair<String, String>)

Parameters

values

A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.