Skip to content

Terraform module to create acr resource on AZURE. Azure Container Registry (ACR) is a managed Docker container registry service. It allows you to store, manage, and deploy container images for your applications.

License

Notifications You must be signed in to change notification settings

clouddrove/terraform-azure-acr

⚠️ Module Deprecated – Repository Moved

This Terraform module is no longer maintained under the CloudDrove organization:

Old repository: https://github.com/clouddrove/terraform-azure-acr

The module has been permanently migrated to the terraform-az-modules organization:

➡️ New home: https://github.com/terraform-az-modules/terraform-azurerm-acr


What This Means

  • ✅ Existing deployments will continue to work without interruption.
  • 🛠 No fix backported to this old repo (if needed).
  • 🚫 No new features or enhancements will be added here.
  • 📦 All new deployments and upgrades MUST use the module from terraform-az-modules.

How to Migrate

Simply update the source reference in your Terraform configuration.

If you are using a Git source:

Before (CloudDrove org):

module "example" {
   source      = "clouddrove/acr/azure"
}

After (Terraform-az-modules org):

module "example" {
   source      = "terraform-az-modules/acr/azurerm"
}

📌 Issues, Discussions & Pull Requests

Going forward:

About

Terraform module to create acr resource on AZURE. Azure Container Registry (ACR) is a managed Docker container registry service. It allows you to store, manage, and deploy container images for your applications.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 10