this post was submitted on 25 Aug 2023
164 points (98.2% liked)

Open Source

28963 readers
249 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
 

If HashiCorp is unwilling to switch Terraform back to an open source license, we propose to fork the legacy MPL-licensed Terraform and maintain the fork in the foundation. This is similar to how Linux and Kubernetes are managed by foundations (the Linux Foundation and the Cloud Native Computing Foundation, respectively), which are run by multiple companies, ensuring the tool stays truly open source and neutral and not at the whim of any one company.

top 11 comments
sorted by: hot top controversial new old
[–] [email protected] 39 points 10 months ago

Seems to me that Hashicorp forked Terraform by altering the license in a way that many (most?) contributors aren't on board with; and OpenTF is the mainline now.

[–] [email protected] 30 points 10 months ago (1 children)
[–] [email protected] 3 points 10 months ago

Stage 2 has been entered.

[–] [email protected] 8 points 10 months ago

And now they've posted details on the impressive work already being done on the fork: https://opentf.org/announcement

This seems like such a self-inflicted disaster for HashiCorp. I'm really wondering how they'll respond.

[–] [email protected] 8 points 10 months ago (1 children)

Ngl, I'm such a simp for terraform that it's license has very little effect on me. Tho I do support the effort to make it open source.

^(Maybe then I can paramatarize prevent_destroy and provider aliases in the community maintained version)

[–] [email protected] 7 points 10 months ago (3 children)
[–] [email protected] 11 points 10 months ago (1 children)

Since the other replies weren't that detailed, I'll chime in.

Terraform is a way to write a file (or a bunch of files) on your machine, and then it will set up things in a cloud service based on what's in those files. So if I wanted a web server, a load balancer, and these security rules I could just put it in Terraform instead of clicking around a web interface.

The way I use it, it's the equivalent of building a PC, and then I use other tools like scripts or something called Ansible to install the software and get it configured.

It is pretty magical to be able to get an entire application stack deployed with a single command.

[–] [email protected] 2 points 10 months ago

Appreciate it!

[–] [email protected] 8 points 10 months ago

Infrastructure as code

[–] [email protected] 2 points 10 months ago

A lovely magical tool where you tell it what you want things to be and it does the magic of making that happen. It's the infrastructure as code version of a genie.

[–] [email protected] 3 points 10 months ago

Would be interesting to see comparisons using data from openhub to try and estimate which project is more popular.