application_insights_name |
Specifies the name of the Application Insights component. Changing this forces a new resource to be created. |
string |
n/a |
yes |
application_insights_type |
Specifies the type of Application Insights to create. Valid values are ios for iOS, java for Java web, MobileCenter for App Center, nodejs for Node.js, and other for General. |
string |
"web" |
no |
default_tags |
A mapping of tags to assign to the resource. |
map(any) |
{ "ManagedByTerraform": "True" } |
no |
environment |
Variable that defines the name of the environment. |
string |
"dev" |
no |
log_analytics_workspace_name |
Specifies the name of the Log Analytics Workspace. Workspace name should include 4-63 letters, digits or '-'. The '-' shouldn't be the first or the last symbol. Changing this forces a new resource to be created |
string |
n/a |
yes |
log_analytics_workspace_retention_in_days |
The workspace data retention in days. Possible values are either 7 (Free Tier only) or range between 30 and 730. |
number |
"30" |
no |
log_analytics_workspace_sku |
Specifies the SKU of the Log Analytics Workspace. Possible values are Free, PerNode, Premium, Standard, Standalone, Unlimited, CapacityReservation, and PerGB2018 (new SKU as of 2018-04-03). Defaults to PerGB2018. |
string |
"PerGB2018" |
no |
region |
Region in which resources are deployed. |
string |
"weu" |
no |
resource_group_location |
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. |
string |
"West Europe" |
no |
resource_group_name |
TThe name of the resource group in which to create the Application Insights component. Changing this forces a new resource to be created. |
string |
n/a |
yes |