envVariables

@JvmName(name = "gicnnwynoffidkmu")
suspend fun envVariables(value: Output<Map<String, String>>)
@JvmName(name = "wiabqqijyonrfotm")
suspend fun envVariables(value: Map<String, String>?)

Parameters

value

Environment variables available to the application. As these are not returned in the API request, the provider will not detect any changes made outside of the config.


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

Parameters

values

Environment variables available to the application. As these are not returned in the API request, the provider will not detect any changes made outside of the config.