• HashiCorp is moving its products previously licensed as Open Source away from it to Business Source License (BSL) moving forward
  • Terraform is a popular Infrastructure as Code tool used for provisioning cloud resources like AWS, Azure among others
  • Terraform version 1.5.5 and earlier are still open source
  • there is a push for a community maintained open source fork if this decision is not reversed, OpenTF

Gruntwork response on the problem with BSL

  •  1984   ( @1984@lemmy.today ) 
    link
    fedilink
    10
    edit-2
    10 months ago

    I used pulumi but it’s much worse than terraform. I didn’t used to think so before I learned terraform however.

    My main reason to dislike pulumi is that you have to work around it’s async behavior in python. Maybe it’s better and more natural if you use typescript, but I had to constantly wrap methods in Outputs and other things to get the code to work.

    I had to adapt my code to how pulumi worked all the time. With terraform, I just write it and it works.