-
Notifications
You must be signed in to change notification settings - Fork 163
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
Feature Request: Implement NoVersioning for GCP buckets #285
Comments
Indeed, it could be really nice to have. I will have a look |
I pushed a commit to support noLocks and noVersioning features with others providers than AWS, however I don't have any GCP resources to test it. Can you build an image using the |
@hbollon Amazing! Will make time for this next week. |
Well, my previous comment was obviously a fib. However, I managed to steal some time during this sprint to test it. It seems to be working fine! Will verify tomorrow and then have a teammate double check. Thanks for this! |
Glad to hear that ! 😄 |
Well, unfortunately it doesn't seem to be loading any versions. I took a brief look at the code and suspect the offending line is this one, with the time.Now(). Not sure how AWS is handling that, maybe the API automatically pulls the nearest timestamp to it, but I don't think GCP's works the same way. |
Disregard, ID-10-T error. set |
Hmm, I'm also getting versions still in our much saner AWS env, so I'm willing to believe I'm misunderstanding or misconfiguring something here
|
2nd ID-10-T error resolved, stuck no-versioning under
and we're off to the the races. We're missing a few state files, but they appear to be named non-standardly named or have other issues that mean we don't actually care about them. I can provide further information if you're interested. I think you're good to go! |
We're trying to use terraboard to inspect our absolutely massive state files. Unfortunately, to go along with their absolutely massive size, they're versioned going back 4 years in some cases, with near-daily versions.
This makes Terraboard tragically unusable in our case.
It'd be super cool if you all could implement
NoVersioning
for GCP bucket lookups. 🙂The text was updated successfully, but these errors were encountered: