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

"Apply complete!" does not show up as summary beneath the apply output #3041

Open
nitrocode opened this issue Jan 24, 2023 · 0 comments
Open
Labels
bug Something isn't working Stale

Comments

@nitrocode
Copy link
Member

nitrocode commented Jan 24, 2023

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Overview of the Issue

Reproduction Steps

  1. atlantis plan -d terraform/one -- -destroy
  2. atlantis plan -d terraform/two -- -destroy
  3. atlantis apply --auto-merge-disabled

Shows the following


Ran Apply for 2 projects:

  1. dir: terraform/one workspace: default
  2. dir: terraform/two workspace: default

1. dir: terraform/one workspace: default

Show Output
module.eks.kubernetes_secret.argocd_cluster_secret: Destroying... [id=etc]
...

Apply complete! Resources: 0 added, 0 changed, 67 destroyed.

2. dir: terraform/two workspace: default

Show Output
module.eks.kubernetes_secret.argocd_cluster_secret: Destroying... [id=etc]
...

Apply complete! Resources: 0 added, 0 changed, 73 destroyed.

But it should show this below each output

Apply complete! Resources: 0 added, 0 changed, 73 destroyed.

Logs

none related to the issue

Environment details

none related to the issue

Additional Context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

1 participant