• 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

  • rolaulten
    link
    fedilink
    arrow-up
    13
    ·
    3 years ago

    I for one am recommending pulumi for any of my teams new infrastructure needs.

      • rolaulten
        link
        fedilink
        arrow-up
        1
        ·
        3 years ago

        So I’m using it with Python. For me it’s able to do some stuff that terrafom never would be able to (Ive got a spot where resources are generated for each file/object on disk).

          • rolaulten
            link
            fedilink
            arrow-up
            1
            ·
            3 years ago

            We’ve got it rigged up for aws sso. Each department can make any number of permissions sets (and link to any number of groups). The config for that is all stored in git (with code owners configured so you can only mess up your own stuff).