Skip to content

This terraform module is designed to create azure Application Insights resources . Application Insights is an extension of Azure Monitor and provides application performance monitoring (APM) features.

License

Notifications You must be signed in to change notification settings

clouddrove/terraform-azure-application-insights

⚠️ Module Deprecated – Repository Moved

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

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

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

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


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/application-insights/azure"
}

After (Terraform-az-modules org):

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

📌 Issues, Discussions & Pull Requests

Going forward:

About

This terraform module is designed to create azure Application Insights resources . Application Insights is an extension of Azure Monitor and provides application performance monitoring (APM) features.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 7