Skip to content

Dmytrovel/terraform-azurerm-log-analytics-ws

 
 

Repository files navigation

Azure Log Analytics Workspace Terraform module

Terraform module for creation Azure Log Analytics Workspace

Usage

Requirements

Name Version
terraform >= 1.0.0
azurerm >= 3.23.0

Providers

Name Version
azurerm 3.24.0

Modules

No modules.

Resources

Name Type
azurerm_log_analytics_workspace.this resource

Inputs

Name Description Type Default Required
env Environment name string n/a yes
location Specifies the supported Azure location where the resource exists string n/a yes
project Project name string n/a yes
resource_group The name of the resource group in which the Log Analytics workspace is created string n/a yes
retention_in_days Specifies the supported Azure location where the resource exists number 30 no
sku Log Analytics Workspace string "PerGB2018" no
tags A mapping of tags to assign to the resource map(string) {} no

Outputs

Name Description
log_analytics_primary_shared_key The Primary shared key for the Log Analytics Workspace
log_analytics_workspace_id The Log Analytics Workspace ID

License

Apache 2 Licensed. For more information please see LICENSE

Packages

No packages published

Languages

  • HCL 100.0%