Skip to content

Commit 1ed0a49

Browse files
committed
fix: fix var value
1 parent 857a96c commit 1ed0a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ locals {
4747
WEBSITE_USE_PLACEHOLDER = "0"
4848
AZURE_LOG_LEVEL = "info"
4949
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
50+
ApplicationInsightsAgent_EXTENSION_VERSION = var.enable_appinsights && var.application_type == "java" ? "~3" : null
5151
}
5252
application_stack_struct = {
5353
docker_image = null

0 commit comments

Comments
 (0)