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
Copy file name to clipboardExpand all lines: aws/acm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ No modules.
31
31
| <aname="input_alert_critical_priority"></a> [alert\_critical\_priority](#input\_alert\_critical\_priority)| Priority for alerts within critical threshold (P1-P5, uses monitor defaults if not specified) |`string`|`null`| no |
32
32
| <aname="input_alert_message"></a> [alert\_message](#input\_alert\_message)| Message to prepend to alert notifications |`string`|`"Alert"`| no |
33
33
| <aname="input_alert_nodata_priority"></a> [alert\_nodata\_priority](#input\_alert\_nodata\_priority)| Priority for alerts within warning threshold (P1-P5, uses monitor defaults if not specified) |`string`|`null`| no |
34
-
| <aname="input_base_tags"></a> [base\_tags](#input\_base\_tags)| Base tags (key:value format) to add to this type of check (combined with `local.tags` and `var.additional_tags`, generally you should not change this) |`list(string)`| <pre>[<br/> "resource:ec2"<br/>]</pre> | no |
34
+
| <aname="input_base_tags"></a> [base\_tags](#input\_base\_tags)| Base tags (key:value format) to add to this type of check (combined with `local.tags` and `var.additional_tags`, generally you should not change this) |`list(string)`| <pre>[<br/> "resource:acm"<br/>]</pre> | no |
35
35
| <aname="input_certificate_renewal_failure_check_enabled"></a> [certificate\_renewal\_failure\_check\_enabled](#input\_certificate\_renewal\_failure\_check\_enabled)| Whether to enable the certificate renewal failure check |`bool`|`true`| no |
36
36
| <aname="input_cost_center"></a> [cost\_center](#input\_cost\_center)| Cost Center of the monitored resource (leave blank to omit tag) |`string`|`null`| no |
37
37
| <aname="input_dashboard_link"></a> [dashboard\_link](#input\_dashboard\_link)| Dashboard link to include in message |`string`|`null`| no |
Copy file name to clipboardExpand all lines: aws/acm/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ variable "additional_tags" {
8
8
}
9
9
10
10
variable"base_tags" {
11
-
default=["resource:ec2"]
11
+
default=["resource:acm"]
12
12
description="Base tags (key:value format) to add to this type of check (combined with `local.tags` and `var.additional_tags`, generally you should not change this)"
0 commit comments