• shapesandstuff@feddit.de
    link
    fedilink
    arrow-up
    98
    arrow-down
    6
    ·
    9 months ago

    Idk if its just me but these sort of frameworks seem the make it intentionally hard to figure out wtf they are for.

    What is OpenTofu? OpenTofu is a Terraform fork, created as an initiative of Gruntwork, Spacelift, Harness, Env0, Scalr, and others, in response to HashiCorp’s switch from an open-source license to the BUSL

    None of these names mean anything to me.

    The entire FAQ doesn’t spend a syllable saying what it is for, except that its like Terraform. Which is a bad name to google.

    After searching around, it seems to be some vaugely defined devops/cloud management thing.

    • ben@lemmy.zip
      link
      fedilink
      English
      arrow-up
      42
      arrow-down
      3
      ·
      9 months ago

      I understand the concern but I think you’re just not really in the target demographic for the project. Terraform is a very well known infrastructure-as-code tool, and the other companies listed are suppliers of commercial products that build on top of what Terraform provides.

      • shapesandstuff@feddit.de
        link
        fedilink
        arrow-up
        13
        arrow-down
        1
        ·
        9 months ago

        But i wouldn’t know i guess.

        Thats what irks me. Say some smaller project is taking off and needs a better scaling environment. I will not find out about any of this open source alternative, ever.

        • FooBarrington@lemmy.world
          link
          fedilink
          arrow-up
          5
          arrow-down
          2
          ·
          9 months ago

          But how deep should these explanations go? Does every mention of Terraform also require an explanation of “infrastructure” (in the IT sense) and “code”? “Cloud”? It’s all unexplained definitions all the way down, unless you write a book before the article. A certain level of audience knowledge is always required.

    • HughJanus@lemmy.ml
      link
      fedilink
      arrow-up
      25
      ·
      9 months ago

      The entire FAQ doesn’t spend a syllable saying what it is for, except that its like Terraform.

      It seems to be some sort of trend to absolutely never explain what your product is or how it works. Especially not on the main page. It’s just “click here to sign up now”!

    • TheGreenGolem@lemm.ee
      link
      fedilink
      arrow-up
      16
      ·
      edit-2
      9 months ago

      You can define your whole cloud infra as code so you don’t have to manually maintain hundreds, sometimes thousands of resources manually. My work would be basically impossible without it, or the DevOps team shouldn’t consist of 5 peope but 20. It’s a descriptive language where you define the end result you want to see and Terraform transforms your code to actual API calls to AWS/GCP/Azure. Like this

      resource database MyAwesomeDB {
      engine = mssql
      version = 1.1
      backup, initial db, master pw etcetc. }

      It’s incredible useful where you have 50+ microservices, 10+ db instances, load balancers, gateways, auto scaling rules, object storage, nosql, queues, countless firewall and routing rules, notifications and observability systems. And that was just dev. Then you have test, staging, prod, plus multi-region on top of that. And of course ephemeral environments fired up for every PR so the dev can test their shit without messing everything up. You end up easily managing a couple of thousands of cloud resources.

      • mPony@kbin.social
        link
        fedilink
        arrow-up
        10
        arrow-down
        4
        ·
        9 months ago

        holy shit I’m so glad I got out of I.T.
        What the fuck is any of that

      • shapesandstuff@feddit.de
        link
        fedilink
        arrow-up
        5
        ·
        9 months ago

        Thanks for the summary! I figured that out after several steps of googling. It’s kinda nuts that they wouldn’t want to put any of that on their page though. Even terraform isn’t very clear about it.

        Hope they end up doing that if they slowly diverge from the original tool

    • christophski@feddit.uk
      link
      fedilink
      English
      arrow-up
      10
      ·
      9 months ago

      What is MellowMax? MellowMax is a MetroMeld fork created as an initiative of Bligewater, Bartender, PillPopper, b1tchsnack and others in response to TurboCo’s switch from an open source licence to the PMSL.

    • Echo Dot@feddit.uk
      link
      fedilink
      arrow-up
      8
      ·
      9 months ago

      I used to have a career in software development and I’ve never heard of any of these projects.

      I generally took the view though that if I didn’t understand what an earth a program was even for, I probably didn’t need to worry about it and could ignore it.

    • thelastknowngod@lemm.ee
      link
      fedilink
      arrow-up
      13
      arrow-down
      6
      ·
      9 months ago

      Yeah this is just not for you. In the DevOps/SRE space, EVERYONE knows terraform and most of those names will be recognizable to the people most deeply involved in using/managing terraform.

      • AbouBenAdhem@lemmy.world
        link
        fedilink
        English
        arrow-up
        11
        arrow-down
        1
        ·
        edit-2
        9 months ago

        There’s plenty of things that turned out to be useful to me in spite of my not recognizing their names or taglines when I first encountered them—so I don’t just assume that anything I’m not already familiar with isn’t “for” me. A brief explanation for non-insiders (or even a mention of what field it’s relevant to) would have been helpful in establishing that.

        • thelastknowngod@lemm.ee
          link
          fedilink
          arrow-up
          18
          arrow-down
          4
          ·
          9 months ago

          If you’re asking why aren’t DevOps/SRE mentioned specifically on the OpenTofu front page, I don’t think you understand how common this software is… Like if someone forked Google, you wouldn’t need to describe what Google is. Everyone already knows it. For the people in this industry, terraform is essentially a defacto monopoly. Even if you don’t use it, if you’re working in SRE, you know what it is and what it does.

          • AggressivelyPassive@feddit.de
            link
            fedilink
            arrow-up
            13
            arrow-down
            2
            ·
            9 months ago

            But what if you’re not in that business?

            Think about it, you’re a novice, or maybe a sales guy, project manager, or even just a developer. I’m a senior software developer and my understanding of what Terraform is doing, is rather vague - and 99% of that knowledge comes from a single guy I talked to a whole ago. These depths of infrastructure have been hardly of any relevance to me for quite some time.

            Now, imagine one of the aforementioned people being told something about some weird soy based software and starting to google. This site won’t tell them, what they need to know. That’s what I meant above: this site is not intended for people who already know.

            • thelastknowngod@lemm.ee
              link
              fedilink
              arrow-up
              11
              arrow-down
              2
              ·
              9 months ago

              I still don’t really see the argument. OpenTofu exists because of internal drama about licensing on a tool that you don’t use…

              Someone building a different banana picker that looks just like another banana picker doesn’t need to explain their reasoning in terms a coal miner would understand…

              Also, literally just clicking the intro doc linked from the main page tells you everything you need to know…

              • AggressivelyPassive@feddit.de
                link
                fedilink
                arrow-up
                14
                arrow-down
                3
                ·
                9 months ago

                Again, put yourself in the shoes of someone not familiar with that. You’re a project manager. You read somewhere about it, hear an engineer talk about it, etc. You see this site. You don’t even know, if you’re on the right site.

                I’m saying that not as an insult, but you are seemingly unable to understand, that there’s a huge world outside of IT, that still has contact points with IT and wants to know about some parts. And that is exactly what the homepage is supposed to convey. What is it? What is it doing? Why should I pick this? Where can I get it?

                • FooBarrington@lemmy.world
                  link
                  fedilink
                  arrow-up
                  3
                  ·
                  9 months ago

                  Why should a project manager pick an IaaC tool? There is something fundamentally wrong if people without the required technical knowledge are making technical choices. The website explains things in a way that requires a good bit of knowledge, but that’s because you’re not the right person to make these decisions if you don’t have that knowledge. DevOps and IaaC are complex fields if done right, and trying to explain them in simple terms will not improve decision making.

  • NightAuthor@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    1
    ·
    9 months ago

    The open source infrastructure as code tool. Previously named OpenTF, OpenTofu is a fork of Terraform that is open-source, community-driven, and managed by the Linux Foundation.

  • FrostyCaveman@lemm.ee
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    9 months ago

    Man I hate that name. I love terraform and will probably love the open source version of it even more but yuck. Hahaha. Bikeshedding moment, sorry.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        Why does it need to share the “tf” part? Just say it’s compatible with terraform files as of some version, and optionally make your own format that’s separate from the Terraform format so you’re not limited by their design decisions.

        • AggressivelyPassive@feddit.de
          link
          fedilink
          arrow-up
          4
          ·
          9 months ago

          It’s not about the file format, but the naming of the product (and possibly some internal prefixes, but that’s just a bonus).