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
Terraform to wait for the service to reach a steady state (like aws ecs wait services-stable) before continuing
Expected Behavior
Terraform to fail if a steady state is not reached
Use Case
Currently terraform will complete successfully, even though the service task may not start properly. Adding this variable will allow terraform to error if a steady state is not reached
Describe Ideal Solution
Terraform will error if a steady state is not reached
Alternatives Considered
A separate terraform/aws cli job will need to loop until steady state is reached
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Feature
Terraform to wait for the service to reach a steady state (like aws ecs wait services-stable) before continuing
Expected Behavior
Terraform to fail if a steady state is not reached
Use Case
Currently terraform will complete successfully, even though the service task may not start properly. Adding this variable will allow terraform to error if a steady state is not reached
Describe Ideal Solution
Terraform will error if a steady state is not reached
Alternatives Considered
A separate terraform/aws cli job will need to loop until steady state is reached
Additional Context
No response
The text was updated successfully, but these errors were encountered: