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: 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
@@ -73,7 +73,7 @@ module "ecs_apps" {
73
73
| alarm\_ecs\_high\_cpu\_threshold | Max threshold average CPU percentage allowed in a 2 minutes interval (use 0 to disable this alarm) |`number`|`80`| no |
74
74
| alarm\_ecs\_high\_memory\_threshold | Max threshold average Memory percentage allowed in a 2 minutes interval (use 0 to disable this alarm) |`number`|`80`| no |
75
75
| alarm\_efs\_credits\_low\_threshold | Alerts when EFS credits fell below this number in bytes - default 1000000000000 is 1TB of a maximum of 2.31T of credits (use 0 to disable this alarm) |`number`|`1000000000000`| no |
76
-
| alarm\_prefix |Strinf prefix for cloudwatch alarms. |`string`|n/a|yes|
76
+
| alarm\_prefix |String prefix for cloudwatch alarms. (Optional) |`string`|`""`|no|
77
77
| alarm\_sns\_topics | Alarm topics to create and alert on ECS instance metrics |`list`|`[]`| no |
78
78
| alb | Whether to deploy an ALB or not with the cluster |`bool`|`true`| no |
79
79
| alb\_internal | Deploys a second internal ALB for private APIs |`bool`|`false`| no |
0 commit comments