/terraform-azurerm-applicationinsights

Terraform Module for deploying an Azure Application Insights

Primary LanguageHCLMIT LicenseMIT

terraform-azurerm-applicationinsights

Terraform

Deploys an Application Insights on Azure

This Terraform module deploys an Application Insights on Azure

NOTES

  • Log Analytics can be created on the side.

Usage in Terraform 1.0

module "insights" {
  source                               = "github.com/imjoseangel/terraform-azurerm-applicationinsights"
  name                                 = "myappinsights"
  resource_group_name                  = "rsg-insights"
  location                             = "westeurope"
  create_resource_group                = true
}

Authors

Originally created by imjoseangel

License

MIT