Skip to content

Terraform module for managing Azure resource groups. Manage resource groups - Azure portal - Azure Resource ... A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group

License

Notifications You must be signed in to change notification settings

clouddrove/terraform-azure-resource-group

⚠️ Module Deprecated – Repository Moved

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

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

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

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


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/resource-group/azure"
}

After (Terraform-az-modules org):

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

📌 Issues, Discussions & Pull Requests

Going forward:

About

Terraform module for managing Azure resource groups. Manage resource groups - Azure portal - Azure Resource ... A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 13