dockerRegistryPassword

@JvmName(name = "xtatwmqppudghupi")
suspend fun dockerRegistryPassword(value: Output<String>)
@JvmName(name = "hdmutphrkfqqgeea")
suspend fun dockerRegistryPassword(value: String?)

Parameters

value

The User Name to use for authentication against the registry to pull the image.

Note: docker_registry_url, docker_registry_username, and docker_registry_password replace the use of the app_settings values of DOCKER_REGISTRY_SERVER_URL, DOCKER_REGISTRY_SERVER_USERNAME and DOCKER_REGISTRY_SERVER_PASSWORD respectively, these values will be managed by the provider and should not be specified in the app_settings map.