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
@@ -86,6 +88,7 @@ In order to run all checks at any point run the following command:
86
88
| <aname="input_block_s3_bucket_public_access"></a> [block\_s3\_bucket\_public\_access](#input\_block\_s3\_bucket\_public\_access)| (Optional) If true, public access to the S3 bucket will be blocked. |`bool`|`false`| no |
87
89
| <aname="input_container_name"></a> [container\_name](#input\_container\_name)| Name of the running container |`any`| n/a | yes |
88
90
| <aname="input_default_certificate_arn"></a> [default\_certificate\_arn](#input\_default\_certificate\_arn)| (Optional) The ARN of the default SSL server certificate. Required if var.https\_ports is set. |`string`|`null`| no |
91
+
| <aname="input_deployment_controller"></a> [deployment\_controller](#input\_deployment\_controller)| (Optional) Deployment controller |`list(string)`|`[]`| no |
89
92
| <aname="input_deployment_maximum_percent"></a> [deployment\_maximum\_percent](#input\_deployment\_maximum\_percent)| (Optional) The upper limit (as a percentage of the service's desiredCount) of the number of running tasks that can be running in a service during a deployment. |`number`|`200`| no |
90
93
| <aname="input_deployment_minimum_healthy_percent"></a> [deployment\_minimum\_healthy\_percent](#input\_deployment\_minimum\_healthy\_percent)| (Optional) The lower limit (as a percentage of the service's desiredCount) of the number of running tasks that must remain running and healthy in a service during a deployment. |`number`|`100`| no |
91
94
| <aname="input_desired_count"></a> [desired\_count](#input\_desired\_count)| (Optional) The number of instances of the task definition to place and keep running. Defaults to 0. |`number`|`1`| no |
0 commit comments