-
Notifications
You must be signed in to change notification settings - Fork 562
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
Segmentation error during plan #1828
Comments
Hey @cterence its fixed in https://github.com/diggerhq/digger/releases/tag/v0.6.61 and also released in vLatest so if you rerun it should work now your workflow |
@motatoes Thank you for this. I noticed this yesterday and was trying to troubleshoot this. |
Thank you @motatoes , upgrading solved the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I'm encountering a segmentation error when running a simple plan/apply usecase for testing purposes.
Here is an extract of the logs :
Here are the details :
My
digger.yml
:My
digger_workflow.yml
:Am I doing something wrong ? I'm puzzled by the fact that even with
setup-aws: false
, the stack trace highlights that AWS auth code was run.The text was updated successfully, but these errors were encountered: