This module has been migrated to a new organization and is no longer actively maintained here.
All Azure Terraform modules previously hosted under:
clouddrove/terraform-azure-*
have been migrated to:
terraform-az-modules/terraform-azurerm-*
The module naming remains consistent following this pattern:
| Old Repository | New Repository |
|---|---|
terraform-azure-<resource> |
terraform-azurerm-<resource> |
clouddrove/terraform-azure-vnet→terraform-az-modules/terraform-azurerm-vnetclouddrove/terraform-azure-aks→terraform-az-modules/terraform-azurerm-aksclouddrove/terraform-azure-storage→terraform-az-modules/terraform-azurerm-storage
❌ Old:
module "example" {
source = "github.com/clouddrove/terraform-azure-<resource>"
}✅ New:
module "example" {
source = "github.com/terraform-az-modules/terraform-azurerm-<resource>"
}- ❌ No new features or fixes will be added to this repository
- 🛠️ Only critical fixes (if any) may be applied
- ✅ All active development continues in the new organization
This move helps to:
- Standardize module naming (
azurermprovider alignment) - Improve maintainability and structure
- Enable better versioning and scalability across modules
For issues, enhancements, or contributions, please use the new repository:
👉 https://github.com/terraform-az-modules
If you're still using this module, it's strongly recommended to migrate to the new location to stay up to date with improvements and fixes.
Last Updated: April 2026