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
@@ -73,13 +73,15 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [LinkedIn](http
73
73
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
74
74
## Requirements
75
75
76
-
No requirements.
76
+
| Name | Version |
77
+
|------|---------|
78
+
| aws |~> 2.63 |
77
79
78
80
## Providers
79
81
80
82
| Name | Version |
81
83
|------|---------|
82
-
| aws |n/a|
84
+
| aws |~> 2.63|
83
85
| null | n/a |
84
86
85
87
## Inputs
@@ -94,6 +96,7 @@ No requirements.
94
96
| 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 |
95
97
| 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 |
96
98
| desired\_count | The number of instances of the task definitions to place and keep running. |`number`|`1`| no |
99
+
| force\_new\_deployment | Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g. myimage:latest), roll Fargate tasks onto a newer platform version. |`bool`|`false`| no |
97
100
| health\_check | A health block containing health check settings for the target group. Overrides the defaults. |`map(string)`| n/a | yes |
98
101
| health\_check\_grace\_period\_seconds | Seconds to ignore failing load balancer health checks on newly instantiated tasks to prevent premature shutdown, up to 7200. Only valid for services configured to use load balancers. |`number`|`300`| no |
99
102
| lb\_arn | Arn for the LB for which the service should be attach to. |`string`| n/a | yes |
description="Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g. myimage:latest), roll Fargate tasks onto a newer platform version."
0 commit comments