environmentVariables

@JvmName(name = "qikxmaqwfmwunvso")
suspend fun environmentVariables(value: Output<Map<String, String>>)
@JvmName(name = "xxnjqaaisbtsodsc")
suspend fun environmentVariables(value: Map<String, String>?)

Parameters

value

A list of environment variables to be set on the container. Specified as a map of name/value pairs. Changing this forces a new resource to be created.


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

Parameters

values

A list of environment variables to be set on the container. Specified as a map of name/value pairs. Changing this forces a new resource to be created.