Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CyprienLecallier/738b858042675a65c22d962c16ba4b35 to your computer and use it in GitHub Desktop.
Save CyprienLecallier/738b858042675a65c22d962c16ba4b35 to your computer and use it in GitHub Desktop.
locals {
env_variables = {
DOCKER_REGISTRY_SERVER_URL = "https://arc01.azurecr.io"
DOCKER_REGISTRY_SERVER_USERNAME = "ACR01"
DOCKER_REGISTRY_SERVER_PASSWORD = "**************"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment