Replies: 2 comments
-
Maybe you can check Terrakube or OTF as an alternative for TFC. |
Beta Was this translation helpful? Give feedback.
0 replies
-
GitLab might also be an option they have a registry that can be used to store versioned terraform modules and a http back-end to store the state for each project. They are also going to be releasing an image with Open Tofu in the near future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently the sole person managing the Terraform instrastructure for our research lab. The BUSL issue came right in the middle of an otherwise pleasant cloud migration and while we do not have any major issue right now, we would definitely want to to migrate to something like OpenTofu for both philosophical and legal reasons.
That said, there seems to be a dearth of resources on how to effect such a migration.
Our current stack uses remote runners on Terraform Cloud and uses TFC as the backend to store our state files.
I am trying to map all of that to non-hashicorp alternatives and I would like suggestions from the community. I intend to document my experience as it happens so others may not make the mistakes I would make.
Here's my initial map:
I'm unsure what to use as an alternative backend for terraform state. I would use S3 but securing that could be an issue.
Beta Was this translation helpful? Give feedback.
All reactions