HashiCorp recently changed Terraform from an open source model to something that requires licensing, so folks got together, forked the code, and created OpenTF.
How much do people contribute to Terraform itself as opposed to a Terraform provider, I wonder? I'm biased because I've personally contributed to providers (and not Terraform itself), but I perceive providers to really be the meat of the product. For the most part, Terraform largely is just a framework for reconciling resources, but most actual functionality is in those resources themselves, for which all functionality is provided by the provider. e.g., if I wanna make a load balancer and a bunch of VMs, Terraform provides the glue that loads providers and can specify the dependency of the VMs on the LB, but the whole creating of the VMs and LB as well as the diffing and updating are all in the provider.
That's not to excuse what HashiCorp did, but just I suspect a lot of what people view as "Terraform" isn't actually the part that HashiCorp controls.
I'm glad they are doing this but in all likelihood most people who use terraform are not offering terraform to third parties on a hosted or embedded basis which is competitive with HashiCorp's products and can continue to make production use of it.
But like I said, I am glad it's happening - as an insurance policy.
That misses the point, imo. Much of Hashi's ecosystem was created by people who contributed to the product believing it was community owned, as that's what the license said.
Oracle tried to do similar when they closed the source for Hudson. Hudson was forked, creating Jenkins, and I would be surprised if folks even remember Hudson today.
And they're right; while you might consider yourself compliant with today's version of the license, they can change those terms whenever, and however they like in the future.
I weirdly do remember Hudson from my previous roles as a software developer, but like so many products forked that way it's barely a footnote in history at this point.
Not true. A ton of these little companies that do "push button cloud" use terraform versus vendor locked-in tools. This license change is just a play to force these companies to pay up, which is shitty.