The following requirements are needed by this module:
No modules.
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
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: {}
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.