https://github.com/imjoseangel/terraform-azurerm-applicationinsights
Terraform Module for deploying an Azure Application Insights
https://github.com/imjoseangel/terraform-azurerm-applicationinsights
Last synced: 8 months ago
JSON representation
Terraform Module for deploying an Azure Application Insights
- Host: GitHub
- URL: https://github.com/imjoseangel/terraform-azurerm-applicationinsights
- Owner: imjoseangel
- License: mit
- Created: 2023-01-18T18:38:07.000Z (over 2 years ago)
- Default Branch: devel
- Last Pushed: 2024-05-13T04:08:54.000Z (over 1 year ago)
- Last Synced: 2024-05-15T20:13:55.525Z (over 1 year ago)
- Language: HCL
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# terraform-azurerm-applicationinsights
[](https://github.com/imjoseangel/terraform-azurerm-applicationinsights/actions/workflows/terraform.yml)
## 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
```terraform
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](http://github.com/imjoseangel)
## License
[MIT](LICENSE)