• The Quuuuuill
    link
    fedilink
    English
    -111 months ago

    Its still open source. You can still view the source code. That’s what open source is. The change here is the restriction on providing Terraform as a service in the form of a Terraform Cloud competitor. This seems to be a very direct response to Amazon introducing a service for hosting terraform modules, storing terraform state, and applying changes.

    I don’t love this, but they’re also not restricting anyone’s comercial ability to develop products using terraform like a banking app, a link aggregator, or a e-commerce platform. All you’re restricted on is providing an IaC service where you directly profit from running someone else’s terraform for them. This is the same license the MariaDB creators came up with when they felt burned by Oracle but did want people to be able to build closed source products using their database without profiting from providing their db as a service (this is why many self hosted projects use Maria instead of MySQL) which is why AWS can’t offer maria RDS instances.

    AGPL wouldn’t help them keep developing terraform the way BSL would because their business problem isn’t that no one is contributing back to the code, their problem is a $1T market disruptor just turned their Sauron eye towards Hashicorp’s $5B shire and offered their own shire for less money behind the black gates. All after for many years directly benefitting from Hashicorp’s existence and giving them white glove treatment as a result. And yes I’m aware that in this analogy Hashicorp is probably one of the Nazghul being corrupted.

    Like I said. I don’t love this license change. But like I said. Hashicorp doesn’t have a code contributions to Terraform problem. They have a funding their business and development problem

    • Its still open source. You can still view the source code. That’s what open source is.

      “Open Source” does not, and has never only meant, “you can view the source code”. This is the Open Source Definition: https://opensource.org/osd/

      Relevant excerpt:

      1. No Discrimination Against Fields of Endeavor

      The license must not restrict anyone from making use of the program in a specific field of endeavor. For example, it may not restrict the program from being used in a business, or from being used for genetic research.

      The Open Source Definition is very specific, and this license does not meet it. This license is, as it calls itself, “source-available”.

      If the OSI had obtained that trademark in 1999 on “Open Source”, it would be abundantly clear what software really is and is not open source https://opensource.org/pressreleases/certified-open-source.php/

    • @grue@lemmy.ml
      link
      fedilink
      10
      edit-2
      11 months ago

      You can still view the source code. That’s what open source is.

      No, it’s not. It only counts if it provides the four freedoms listed here:

      • The freedom to run the program as you wish, for any purpose (freedom 0).
      • The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
      • The freedom to redistribute copies so you can help others (freedom 2).
      • The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.

      And before you say “but that’s the definition of ‘Free Software’, not ‘Open Source’,” even the latter, misguided as it is, at least still requires freedom 0!

      • hypelightfly
        link
        fedilink
        1
        edit-2
        11 months ago

        Those are definitions for free software not open source. Open source does not mean free and open source (FOSS). This is still open source (you can see the code) , it’s no longer FOSS (you can’t freely use the code).