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
* Add deployment_controller (#1)
* Add deployment_controller
Add support for setting deployment_controller of service
* Change type string -> any
* Change type string -> any
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ No resources.
72
72
| <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 |
73
73
| <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 |
74
74
| <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 |
75
-
| <aname="input_deployment_controller"></a> [deployment\_controller](#input\_deployment\_controller)| (Optional) Deployment controller. |`list(string)`|`[]`| no |
75
+
| <aname="input_deployment_controller"></a> [deployment\_controller](#input\_deployment\_controller)| (Optional) Deployment controller. |`list(any)`|`[]`| no |
76
76
| <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 |
77
77
| <aname="input_disable_networking"></a> [disable\_networking](#input\_disable\_networking)| When this parameter is true, networking is disabled within the container. |`bool`|`null`| no |
78
78
| <aname="input_dns_search_domains"></a> [dns\_search\_domains](#input\_dns\_search\_domains)| Container DNS search domains. A list of DNS search domains that are presented to the container |`list(string)`|`[]`| no |
0 commit comments