envVariables

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

Parameters

value

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


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

Parameters

values

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