-
Notifications
You must be signed in to change notification settings - Fork 409
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
[ISSUE] Auto-purged clusters still create a faulty terraform plan #1197
Comments
@dugernierg thanks for the log! Are you sure that the message is Can you build provider code locally? if so - we can try couple of things over the call. otherwise it may take me 30 days to reproduce the issue. there's manual mitigation as the last resort - https://www.terraform.io/cli/commands/state/rm, but i'm looking to figure out the permanent fix. |
I confirm that the error is indeed Running any custom terraform command is proven... complicated. I'm deploying the project via a gitlab ci/cd pipeline that follows a company-level template. I've been looking to run terraform state rm, but even that is tricky because I don't have a way to access the state directly. I've sent an email to the company devOps team to see if someone would be available to join a call so we can modify the pipeline on the fly for investigation purposes. Just in case it may be relevant: there was a |
@dugernierg i'm more looking for someone that can rapidly replace TF binaries with every fix attempted. |
@dugernierg is it on |
It's on a |
#1227 actually gives a very important detail about the issue: HTTP 400 error returned by permissions API, not just clusters API. The fix for this should involve copying "wrapMissingError" from clusters Get api to getting list of permissions api. I'm away until second half of April and would be able to release a fix only then. |
We must have misunderstood each other here. I pointed out the In any case I'm glad the issue was identified, thanks for keeping me updated and thanks for amazing work you're doing with this provider! |
@dugernierg This is definitely new behavior for permissions api 🤷🏻♂️ please report it to our support. |
I sent an email to the support with links to both this ticket and 1227 explaining the situation. I hope it will help resolve the situation. I'll transmit any information I might get from them, though I imagine they will probably also communicate them to you internally. |
@dugernierg added a fix in #1252 |
Hi there,
Follow up to #1177 and #1178, as the problem doesn't seem to be resolved by 0.5.3.
As instructed, you can find the debug output below. If anything relevant is missing let me know.
Steps to Reproduce
see #1177
Terraform and provider versions
Terraform v1.0.1
Provider V0.5.3
Debug Output
The text was updated successfully, but these errors were encountered: