Earlier quoted context omitted.
It never really swings back the other way. It slows down adoption but we’ll never see large back-in-house IT projects. Because in-house offerings (and open-source) aren’t up to the task anymore.
In-house IT isn't up to the task of building systems that are infinitely scalable but as the price goes up lots and lots of shops are going to realize they don't need infinitely scalable, they need the scale they're at and have no reason to want to grow it. In-house IT is great at that.
Terraform Cloud Pricing Changes Sticker Shock
121–130 of 139 posts
Re: Terraform Cloud Pricing Changes Sticker Shock
#122Earlier quoted context omitted.
Yes. Still a great tool for small dev shops
Why would you pick a proprietary solution for a small dev shop?
Re: Terraform Cloud Pricing Changes Sticker Shock
#123Earlier quoted context omitted.
> Less people available to own self-hosted solutions. There are other ways that are not proprietary and don't require self-hosting. > Proprietary also can mean a well-funded product with money allocated to DevEx and ease-of-use. How did that work out for Heroku?
I wouldn’t lay blame for Heroku’s financial problems at the feet of architecture choices it made customers adopt. Also, Heroku’s buildpacks were anything but proprietary. They’ve been adopted by a bunch of other products.
Sure, the concept of buildpacks were copied to other platforms (I personally worked on building one of those platforms, Cloud Foundry), but they were a proprietary solution that others adopted for ease of transition off of Heroku, not because it was some great solution to IaC.
Re: Terraform Cloud Pricing Changes Sticker Shock
#124Earlier quoted context omitted.
Less people available to own self-hosted solutions. Proprietary also can mean a well-funded product with money allocated to DevEx and ease-of-use.
> Less people available to own self-hosted solutions. There are other ways that are not proprietary and don't require self-hosting. > Proprietary also can mean a well-funded product with money allocated to DevEx and ease-of-use. How did that work out for Heroku?
Re: Terraform Cloud Pricing Changes Sticker Shock
#125Earlier quoted context omitted.
A superset of Terraform 1.5. Terraform 1.6 has features that OpenTofu does not have.
No, it's a superset of Terraform. The developers of OpenTofu have been adding every new feature in, and are committing to version parity. They've already got the new testing framework built out for example, as well as the changes to the S3 backend.
Re: Terraform Cloud Pricing Changes Sticker Shock
#126Earlier quoted context omitted.
No, it's a superset of Terraform. The developers of OpenTofu have been adding every new feature in, and are committing to version parity. They've already got the new testing framework built out for example, as well as the changes to the S3 backend.
Is there any source to this? I have heard lot of conflicting things just like in this thread.
Re: Terraform Cloud Pricing Changes Sticker Shock
#127Who is upvoting this blog spam from an account created 4hrs ago?
Re: Terraform Cloud Pricing Changes Sticker Shock
#128I’ve loved using Hashicorp products for many years but I have (despite often being in a position to do so) failed miserably to engage in any kind of commercial relationship with them. Their pricing has always been opaque. Despite trying my hardest, even multiple phone calls with their sales teams, I never got even a sniff of how much it would cost for enterprise deployments of Hashicorp products at any of my clients.…
* Gross margin: 80% (hey this one is pretty good) * Operating margin: -62% * Net margin: -57% * Return on Equity: -22% * Return on Invested Capital: -21% Their sales and marketing is pretty bloated and is destroying all of their gross profit alone. Their stock seems to be priced on the hopes and dreams that they'll grow revenue out of their current problems before they run out of cash. But the headline and the reacti…
Re: Terraform Cloud Pricing Changes Sticker Shock
#129Fun read, but sad in a way. The infrastructure and people that 'back end' your organization have value. This is intuitively true, but for the folks who are customer facing (and often senior management) there is often a minimization of that value. Open source really cut the cost of that back end, and reinforced the uninformed opinion that this stuff wasn't worth all that much. Once you're tied to a platform, because i…
> I'm not a fan of AI generated illustrations Why not? I thought that the illustrations fit the article better than the bland and irrelevant stock photos people usually use. As an aside: I figure that in about 3-4 years, no one will be able to assert that they do or don’t like AI generated art because there won’t be any way to know if it’s man made, machine made, or reality.
Re: Terraform Cloud Pricing Changes Sticker Shock
#130Earlier quoted context omitted.
At a prior company, we had a terraform slack channel, where people would post lock and unlock emojis and apply terraform manually. Obviously, it's not a perfect system, and it doesn't indefinitely scale, but it worked well enough.
How does this work? I thought the terraform state file was the single source of truth - if people are applying terraform 'manually' I assume that means on their local device? Are people sharing around the state file but don't have a central location for a lock file? Apologises if this seems obvious...