Skip to content

Commit c45fe7d

Browse files
committed
chore: linting fix
1 parent 2b46d37 commit c45fe7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/modules/app-service-plan

infrastructure/modules/app-service-plan/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ module "diagnostic-settings" {
2727
name = "${var.name}-diagnostic-setting"
2828
target_resource_id = azurerm_service_plan.appserviceplan.id
2929
log_analytics_workspace_id = var.log_analytics_workspace_id
30+
enabled_metric = var.monitor_diagnostic_setting_appserviceplan_metrics
3031
#enabled_log = var.enabled_log
31-
enabled_metric = var.monitor_diagnostic_setting_appserviceplan_metrics
3232
}

0 commit comments

Comments
 (0)