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: Log streaming broken with TFE local execution mode #2364

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

casperbiering
Copy link
Contributor

When using TFE just for storing states and not for remote execution mode, seeing the streaming plan logs in Atlantis is currently broken.

It's is due to when setting --tfe-token (or ATLANTIS_TFE_TOKEN env) then the NoopProjectOutputHandler is used instead of NewAsyncProjectCommandOutputHandler.

This PR implements a new option --tfe-local-execution-mode so Atlantis will keep using the NewAsyncProjectCommandOutputHandler.

This PR might be the fix for #2111 and #2129

@casperbiering casperbiering requested a review from a team as a code owner July 5, 2022 21:52
@jamengual
Copy link
Contributor

Thanks @casperbiering for the contribution

@jamengual jamengual merged commit abb9e41 into runatlantis:master Jul 12, 2022
krrrr38 pushed a commit to krrrr38/atlantis that referenced this pull request Dec 16, 2022
@nitrocode nitrocode modified the milestones: v0.19.8, v0.19.7 Mar 23, 2023
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.

3 participants