You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="List of all resource logs category types supported in Azure Monitor."
494
+
description="List of all resource logs category types supported in Azure Monitor. See https://learn.microsoft.com/en-us/azure/aks/monitor-aks-reference#resource-logs "
Please specify at least one resource log category. See the list of all resource logs category types
501
+
supported in Azure Monitor here: https://learn.microsoft.com/en-us/azure/aks/monitor-aks-reference#resource-logs
502
+
EOT
503
+
}
496
504
}
497
505
498
506
variable"metric_category" {
499
507
type=list(string)
500
-
description="List of all metric category types supported in Azure Monitor."
508
+
description="List of all metric category types supported in Azure Monitor. See https://learn.microsoft.com/en-us/azure/aks/monitor-aks-reference#metrics"
501
509
default=["AllMetrics"]
510
+
511
+
validation {
512
+
condition=length(var.metric_category) >0
513
+
error_message=<<EOT
514
+
Please specify at least one metric category. See the list of all platform metrics supported in Azure Monitor
0 commit comments