-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Print Terraform logs to Atlantis log output #1074
Comments
This has been mentioned in a couple conversations on our end as well. Before Atlantis, we ran our terraform plans and applies in a pipeline where we could watch the progress. We lost that when moving to Atlantis. While it's not a huge concern in most cases, we have had some instances where a plan takes 10minutes+ and it would be nice to see whats going on. Though even if we did just implement this, users would have to have access to the cluster, as well as pod logs. So maybe in addition to the above, also adding in a periodic message to the PR (once a minute? every 3?) with the last 10 log lines--or something similar. |
I do see why Hashicorp might not work too much on adding this, given this description of how Atlantis relates to Terraform Cloud:
But maybe us as an open source community could collaborate on finding ways to add this? |
The free terraform cloud plan does offer remote runs/applies (for up to 5 users) - so that could be an option for some. |
possible duplicate of #185 |
I can't use TFE for streaming output, as I'm using the custom workflows functionality of Atlantis, that TFE doesn't support. Specifically terragrunt & doing jsonnet render to |
I was wondering if this was an option supported by atlantis? I know that the logs get sent back to the PR as a comment but it can helpful in cases of an error or long-running plan/apply to see what is going on.
The text was updated successfully, but these errors were encountered: