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="Controls what metrics will be enabled for the keyvault"
36
40
}
37
41
42
+
variable"resource_group_name_monitoring" {
43
+
type=string
44
+
description="The name of the resource group in which to create the Monitoring resources for the Key Vault. Changing this forces a new resource to be created."
45
+
default=null
46
+
}
47
+
48
+
variable"action_group_id" {
49
+
type=string
50
+
description="The ID of the Action Group to use for alerts."
51
+
default=null
52
+
}
53
+
54
+
variable"enable_alerting" {
55
+
description="Whether monitoring and alerting is enabled for the Key Vault."
error_message="The alert_window_size must be one of: PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H"
67
+
}
68
+
description="The period of time that is used to monitor alert activity e.g. PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H. The interval between checks is adjusted accordingly."
69
+
}
70
+
71
+
variable"alert_secret_expiry_threshold" {
72
+
type=number
73
+
description="The threshold for secrets to trigger the alert."
74
+
default=10
75
+
}
76
+
38
77
variable"name" {
39
78
description="The name of the Key Vault."
40
79
type=string
@@ -107,3 +146,15 @@ variable "tags" {
107
146
description="Resource tags to be applied throughout the deployment."
0 commit comments