Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wait_for_steady_state variable for module.ecs_alb_service_task #296

Open
wes-nimblerx opened this issue Jan 15, 2025 · 0 comments
Open

Comments

@wes-nimblerx
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant