Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure Container Registry feed #808

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Add Azure Container Registry feed #808

merged 2 commits into from
Oct 29, 2024

Conversation

denys-octopus
Copy link
Contributor

Introduce new feed resource for Azure Container Registry as an alias of Docker Container Registry.

resource "octopusdeploy_azure_container_registry" "google_example" {
  name          = "Example Azure Registry"
  feed_uri      = "https://azure.io"
  username   = "username"
  password    = "**********"
}

Copy link
Contributor

@domenicsim1 domenicsim1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@denys-octopus denys-octopus merged commit 146249b into main Oct 29, 2024
22 checks passed
@denys-octopus denys-octopus deleted the dk/azure-feed branch October 29, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants