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

Fix resource leak #345

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

nicolai86
Copy link

We ran into issues with *terraform.Apply where individual executions are interrupted and retried.

If an execution is interrupted without sending SIGINT terraform losses changes to the backend, breaking subsequent retries.

Some context when this happens:

  • we use the eks module eks
  • we use the pg backend for terraform

This change fixes the issue for us.

I'll try to add a minimal reproducable setup to show case in a bit.

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

Successfully merging this pull request may close these issues.

None yet

2 participants