this post was submitted on 24 Apr 2024
164 points (95.6% liked)
Technology
59243 readers
3422 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
~~Turns out that IBM is leading OpenTofu efforts.~~ Nevermind, it's OpenBao they are working on (Hashicorp Vault FOSS fork), we might just be done here.
Also Pulumi is technically fucked too. Back to good old shell scripting boys
IBM is in no way involved in OpenTofu. Afaik they are involved in OpenBao.
Source: I'm the technical lead of the OpenTofu project.
Apologies, I got that wrong. Will edit my comment
Legend ๐ซก
The bastards can never take away your shell script full of arcane and unreadable curl commands parsed by incomprehensible awk scripts!
This is the way
OpenTofu is under Linux Foundation stewardship, they can find another supporter.
Thanks, I got that wrong. Edited
Isn't Pulumi moving to native API stuff instead of the tf provider?
They wish. Nobody is gonna replicate that effort successfully any time soon.
Youโd sooner get the cloud providers to standardize on an api.
I mean, they have AWS Native (in preview) and Azure Native. So it's a little more substantial than a wish.
Crossplane has also had internal providers in development for 3 years. Bottom line is unless the actual cloud provider is devoting developer resources to a provider(like they do for the TF providers), it's unlikely to happen.
I guess I need to start looking deeper into this, and the potential for importing existing infrastructures into pulumi's purview. But I'm hesitant - I don't want pulumi to pull a Hashicorp. I'm wondering if it's best to just go with CFN and Bicep.
If you're migrating from tf, OpenTofu might be a better option. I mostly like Pulimi for the language options.
I don't know