Skip to content

Latest commit

 

History

History

applicationinsights

Azure Application Insights Terraform Module

Documentation

Requirements

The following requirements are needed by this module:

Modules

No modules.

Required Inputs

The following input variables are required:

Description: Specifies the log analytics workspace of the application insights service.

Type: string

Description: Specifies the name of the application insights service.

Type: string

Description: Specifies the location of all resources.

Type: string

Description: Specifies the resource group name in which all resources will get deployed.

Type: string

Optional Inputs

The following input variables are optional (have default values):

Description: Specifies the application type of the application insights service.

Type: string

Default: "web"

Description: Specifies the diagnostic configuration for the service.

Type:

list(object({
    log_analytics_workspace_id = optional(string, ""),
    storage_account_id         = optional(string, "")
  }))

Default: []

Description: Specifies a key value map of tags to set on every taggable resources.

Type: map(string)

Default: {}

Outputs

The following outputs are exported:

Description: Specifies the connection string of application insights.

Description: Specifies the resource ID of application insights.

Description: Specifies the instrumentation key of application insights.