We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857a96c commit 1ed0a49Copy full SHA for 1ed0a49
main.tf
@@ -47,7 +47,7 @@ locals {
47
WEBSITE_USE_PLACEHOLDER = "0"
48
AZURE_LOG_LEVEL = "info"
49
APPINSIGHTS_INSTRUMENTATIONKEY = var.enable_appinsights ? azurerm_application_insights.this[0].instrumentation_key : null
50
- ApplicationInsightsAgent_EXTENSION_VERSION = var.enable_appinsights && var.application_type == "java1" ? "~3" : null
+ ApplicationInsightsAgent_EXTENSION_VERSION = var.enable_appinsights && var.application_type == "java" ? "~3" : null
51
}
52
application_stack_struct = {
53
docker_image = null
0 commit comments