Skip to content

Commit e6b8e57

Browse files
committed
terraform-docs: automated update action
1 parent 3edb555 commit e6b8e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module "ecs_apps" {
7373
| 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 |
7474
| 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 |
7575
| 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 |
7777
| alarm\_sns\_topics | Alarm topics to create and alert on ECS instance metrics | `list` | `[]` | no |
7878
| alb | Whether to deploy an ALB or not with the cluster | `bool` | `true` | no |
7979
| alb\_internal | Deploys a second internal ALB for private APIs | `bool` | `false` | no |

0 commit comments

Comments
 (0)