this post was submitted on 24 Apr 2024
164 points (95.6% liked)

Technology

68991 readers
3679 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] MigratingtoLemmy@lemmy.world 13 points 1 year ago* (last edited 1 year ago) (4 children)

~~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

[โ€“] cube2222@lemmy.world 29 points 1 year ago (2 children)

Turns out that IBM is leading OpenTofu efforts.

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

[โ€“] derpgon@programming.dev 2 points 1 year ago

Legend ๐Ÿซก

[โ€“] nbailey@lemmy.ca 12 points 1 year ago (1 children)

The bastards can never take away your shell script full of arcane and unreadable curl commands parsed by incomprehensible awk scripts!

[โ€“] martinb@lemmy.sdf.org 1 points 1 year ago

This is the way

[โ€“] KingThrillgore@lemmy.ml 7 points 1 year ago (1 children)

OpenTofu is under Linux Foundation stewardship, they can find another supporter.

Thanks, I got that wrong. Edited

[โ€“] treadful@lemmy.zip 4 points 1 year ago (2 children)

Isn't Pulumi moving to native API stuff instead of the tf provider?

[โ€“] MrSpArkle@lemmy.ca 2 points 1 year ago (1 children)

They wish. Nobody is gonna replicate that effort successfully any time soon.

Youโ€™d sooner get the cloud providers to standardize on an api.

[โ€“] treadful@lemmy.zip 3 points 1 year ago (2 children)

I mean, they have AWS Native (in preview) and Azure Native. So it's a little more substantial than a wish.

[โ€“] MrSpArkle@lemmy.ca 2 points 1 year ago

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.

[โ€“] vermyndax@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[โ€“] treadful@lemmy.zip 1 points 1 year ago

If you're migrating from tf, OpenTofu might be a better option. I mostly like Pulimi for the language options.