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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ module "ecs-fargate" {
79
79
80
80
Module managed by [uMotif](https://github.com/umotif-public/).
81
81
82
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
82
+
<!--BEGIN_TF_DOCS-->
83
83
## Requirements
84
84
85
85
| Name | Version |
@@ -135,6 +135,7 @@ No modules.
135
135
| <aname="input_cpu_architecture"></a> [cpu\_architecture](#input\_cpu\_architecture)| cpu architecture for the task |`string`|`"X86_64"`| no |
136
136
| <aname="input_create_repository_credentials_iam_policy"></a> [create\_repository\_credentials\_iam\_policy](#input\_create\_repository\_credentials\_iam\_policy)| Set to true if you are specifying `repository_credentials` variable, it will attach IAM policy with necessary permissions to task role. |`bool`|`false`| no |
137
137
| <aname="input_deny_egress_to_anywhere"></a> [deny\_egress\_to\_anywhere](#input\_deny\_egress\_to\_anywhere)| When this parameter is true, no default egress rule will be created |`bool`|`false`| no |
138
+
| <aname="input_deployment_alarms"></a> [deployment\_alarms](#input\_deployment\_alarms)| Information about the CloudWatch alarms | <pre>list(object({<br/> alarm_names = list(string)<br/> rollback = bool<br/> enable = bool<br/> }))</pre> |`[]`| no |
138
139
| <aname="input_deployment_controller_type"></a> [deployment\_controller\_type](#input\_deployment\_controller\_type)| Type of deployment controller. Valid values: CODE\_DEPLOY, ECS, EXTERNAL. Default: ECS. |`string`|`"ECS"`| no |
139
140
| <aname="input_deployment_maximum_percent"></a> [deployment\_maximum\_percent](#input\_deployment\_maximum\_percent)| The upper limit of the number of running tasks that can be running in a service during a deployment |`number`|`200`| no |
140
141
| <aname="input_deployment_minimum_healthy_percent"></a> [deployment\_minimum\_healthy\_percent](#input\_deployment\_minimum\_healthy\_percent)| The lower limit of the number of running tasks that must remain running and healthy in a service during a deployment |`number`|`50`| no |
@@ -209,7 +210,7 @@ No modules.
209
210
| <aname="output_task_definition_name"></a> [task\_definition\_name](#output\_task\_definition\_name)| The name of the task definition created |
210
211
| <aname="output_task_role_arn"></a> [task\_role\_arn](#output\_task\_role\_arn)| The Amazon Resource Name (ARN) specifying the ECS service role. |
211
212
| <aname="output_task_role_name"></a> [task\_role\_name](#output\_task\_role\_name)| The name of the Fargate task service role. |
description="Information about the CloudWatch alarms"
239
+
default=[]
240
+
}
241
+
232
242
variable"placement_constraints" {
233
243
type=list(any)
234
244
description="(Optional) A set of placement constraints rules that are taken into consideration during task placement. Maximum number of placement_constraints is 10. This is a list of maps, where each map should contain \"type\" and \"expression\""
0 commit comments