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
@@ -158,6 +158,7 @@ In order to run all checks at any point run the following command:
158
158
| <aname="input_task_definition_arn"></a> [task\_definition\_arn](#input\_task\_definition\_arn)| (Optional) The full ARN of the task definition that you want to run in your service. |`string`|`""`| no |
159
159
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| ID of the VPC |`any`| n/a | yes |
160
160
| <aname="input_waf_web_acl_arn"></a> [waf\_web\_acl\_arn](#input\_waf\_web\_acl\_arn)| ARN of a WAFV2 to associate with the ALB |`string`|`""`| no |
161
+
| <aname="input_wait_for_ready_state"></a> [wait\_for\_ready\_state](#input\_wait\_for\_ready\_state)| (Optional) If true, Terraform will wait for the service to reach a steady state (like aws ecs wait services-stable) before continuing. Default false. |`bool`|`false`| no |
description="(Optional) If true, Terraform will wait for the service to reach a steady state (like aws ecs wait services-stable) before continuing. Default false."
0 commit comments