envVariables

@JvmName(name = "gtpguqsacrldrsbc")
suspend fun envVariables(value: Output<Map<String, String>>)
@JvmName(name = "aivpwaurhmpfmmyg")
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 = "jykwlkpqypjgkxqk")
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.