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
| <aname="input_desired_count"></a> [desired\_count](#input\_desired\_count)| The number of instances of the task definitions to place and keep running. |`number`|`1`| no |
140
140
| <aname="input_enable_deployment_circuit_breaker"></a> [enable\_deployment\_circuit\_breaker](#input\_enable\_deployment\_circuit\_breaker)| Whether to enable the deployment circuit breaker logic for the service. |`bool`|`"false"`| no |
141
141
| <aname="input_enable_deployment_circuit_breaker_rollback"></a> [enable\_deployment\_circuit\_breaker\_rollback](#input\_enable\_deployment\_circuit\_breaker\_rollback)| Whether to enable Amazon ECS to roll back the service if a service deployment fails. If rollback is enabled, when a service deployment fails, the service is rolled back to the last deployment that completed successfully. |`bool`|`"false"`| no |
142
+
| <aname="input_enable_ecs_managed_tags"></a> [enable\_ecs\_managed\_tags](#input\_enable\_ecs\_managed\_tags)| Specifies whether to enable Amazon ECS managed tags for the tasks within the service |`bool`|`true`| no |
142
143
| <aname="input_enable_execute_command"></a> [enable\_execute\_command](#input\_enable\_execute\_command)| Specifies whether to enable Amazon ECS Exec for the tasks within the service. |`bool`|`true`| no |
143
144
| <aname="input_force_new_deployment"></a> [force\_new\_deployment](#input\_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 |
144
145
| <aname="input_health_check"></a> [health\_check](#input\_health\_check)| A health block containing health check settings for the target group. Overrides the defaults. |`map(string)`| n/a | yes |
@@ -153,6 +154,7 @@ No modules.
153
154
| <aname="input_private_subnet_ids"></a> [private\_subnet\_ids](#input\_private\_subnet\_ids)| A list of private subnets inside the VPC |`list(string)`| n/a | yes |
154
155
| <aname="input_propagate_tags"></a> [propagate\_tags](#input\_propagate\_tags)| Specifies whether to propagate the tags from the task definition or the service to the tasks. The valid values are SERVICE and TASK\_DEFINITION. |`string`|`"TASK_DEFINITION"`| no |
155
156
| <aname="input_proxy_configuration"></a> [proxy\_configuration](#input\_proxy\_configuration)| (Optional) The proxy configuration details for the App Mesh proxy. This is a list of maps, where each map should contain "container\_name", "properties" and "type" |`list(any)`|`[]`| no |
157
+
| <aname="input_readonlyRootFilesystem"></a> [readonlyRootFilesystem](#input\_readonlyRootFilesystem)| When this parameter is true, the container is given read-only access to its root file system |`bool`|`false`| no |
156
158
| <aname="input_repository_credentials"></a> [repository\_credentials](#input\_repository\_credentials)| name or ARN of a secrets manager secret (arn:aws:secretsmanager:region:aws\_account\_id:secret:secret\_name) |`string`|`""`| no |
157
159
| <aname="input_repository_credentials_kms_key"></a> [repository\_credentials\_kms\_key](#input\_repository\_credentials\_kms\_key)| key id, key ARN, alias name or alias ARN of the key that encrypted the repository credentials |`string`|`"alias/aws/secretsmanager"`| no |
158
160
| <aname="input_service_registry_arn"></a> [service\_registry\_arn](#input\_service\_registry\_arn)| ARN of aws\_service\_discovery\_service resource |`string`|`""`| no |
0 commit comments