Skip to content

[WIP] Terraform state package #34331

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

Closed
wants to merge 7 commits into from
Closed

Conversation

Elbandi
Copy link

@Elbandi Elbandi commented Apr 30, 2025

This PR adds terraform state backend store to packages feature:
https://developer.hashicorp.com/terraform/language/backend/http

In TF state there is no such "version": state sould be the latest. But you can store more state (for every branches), we call this as "version". There is always one file for this named version.

State lock is not the best, currently i havent better idea for imlementation. Feel free to make suggests.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Apr 30, 2025
@github-actions github-actions bot added modifies/api This PR adds API routes or modifies them modifies/go Pull requests that update Go code modifies/templates This PR modifies the template files modifies/frontend labels Apr 30, 2025
@techknowlogick
Copy link
Member

Thanks for this PR, have you seen the other one in progress?

@Elbandi
Copy link
Author

Elbandi commented May 2, 2025

Thanks for this PR, have you seen the other one in progress?

no. where? link pls.

@TheFox0x7
Copy link
Contributor

I believe it's this one: #33277

@Elbandi
Copy link
Author

Elbandi commented May 2, 2025

I believe it's this one: #33277

oh, i didnt find that :(

Than my code is duplicate work.

@Elbandi Elbandi closed this May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. modifies/api This PR adds API routes or modifies them modifies/frontend modifies/go Pull requests that update Go code modifies/templates This PR modifies the template files modifies/translation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants