this post was submitted on 25 Aug 2023
55 points (100.0% liked)

Technology

37603 readers
628 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] Moonrise2473@feddit.it 5 points 1 year ago (2 children)

I googled but I can't understand what's terraform, can someone eli5?

[–] rs5th@lemmy.scottlabs.io 10 points 1 year ago (1 children)

You like deploying infrastructure, probably in a cloud environment, but you don’t want to push a bunch of buttons in their web interface, so you use Terraform to declaratively define the things you want, and it goes and builds them for you. Super useful for when you need to build resources often, to detect and correct config drift, and get started down the path of Infrastructure as Code.

[–] azerial@lemmy.dbzer0.com 1 points 1 year ago

Yeah it works super well if you have a base config across all nodes then you want to create per project configs and spin them off your build system.

[–] loafofbread@beehaw.org 2 points 1 year ago

There's plenty of responses which are probably more thorough than I am, however, as I understand it as a PM dealing with cloud migrations:

Terraform is scripts of code which automates the deployment cloud platforms, applications, services so that you don't need to manually set up and configure everything each time.

[–] Paradox@lemdro.id 5 points 1 year ago

After switching to Pulumi, I don't ever want to use terraform again

[–] d3Xt3r@lemmy.nz 2 points 1 year ago (2 children)

Nice, but I wonder if they plan to switch to GPL, or stay with MPL. No mention of that on the website.

[–] psudo@beehaw.org 2 points 1 year ago

They probably won't GPL it, since that'll make the fork even less appealing to companies.

[–] uglo@iusearchlinux.fyi 1 points 1 year ago

(Not a legal advice) AFAIK, they can't. If you want to switch a license you have to get consent of all contributors or (in case of CLA shit) consent of the owner of the code

[–] snowe@programming.dev 1 points 1 year ago

Anything Hashicorp is just junk. It might work, but still junk under the covers. I never want to work with vault, consul, terraform, etc ever again.