• 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

  • Terraform is great automation, but it really shines over scripts in a few ways:

    • intrinsic documentation for your infrastructure
    • much less brittle to differences in the initial state
    • changing your setup later doesn’t require any new script logic, just a simple config change
    • much better support for collaborative editing