Skip to content

clouddrove/terraform-azure-network-security-group

⚠️ Module Deprecated – Repository Moved

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

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

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

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


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

After (Terraform-az-modules org):

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

📌 Issues, Discussions & Pull Requests

Going forward:

About

A Terraform module to create NETWORK SECURITY GROUP resource on AZURE.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 13