TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Terraform Collaboration for Everyone

103 pointsby mwarkentinover 6 years ago

9 comments

risover 6 years ago
Looking at the two diagrams shown lower down in the article, I can&#x27;t be the only one that thinks the &quot;Before&quot; looks infinitely superior to the &quot;After&quot;.<p>Yet another third party service to depend on which has unknown reliability or future business model plans.
评论 #18286764 未加载
评论 #18288664 未加载
评论 #18287175 未加载
mwarkentinover 6 years ago
If you’re familiar with Atlantis and think that this sounds similar - you’re right!<p>They’ve also hired the Atlantis developer: <a href="https:&#x2F;&#x2F;medium.com&#x2F;runatlantis&#x2F;joining-hashicorp-200ee9572dc5" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;runatlantis&#x2F;joining-hashicorp-200ee9572dc...</a>
评论 #18285884 未加载
评论 #18285957 未加载
outworlderover 6 years ago
It would be great to have an intermediate step between &quot;you are on your own&quot; and &quot;ENTERPRISE – contact us!&quot;. Some &#x27;business&#x27; plan, perhaps? I know there&#x27;s &#x27;pro&#x27;, but it still has the &#x27;request info&#x27; button instead of pricing.<p>I am hoping this is what they want to do with the SaaS offering.
评论 #18286333 未加载
marenkayover 6 years ago
As a long-term user (2014&#x2F;2015), I shall say this is nice but... it is kind of late.<p>I always wondered why Terraform Enterprise &#x2F; Atlas was in its simple incarnation a tool to be used in CI&#x2F;CD tooling in form of a containerized app with a selection of storage drivers.<p>That would be a use case applying to hundreds - if not thousands - of companies, and even big players on the market. Those might want the UI with policies too.<p>Who wants to give a tool &#x2F; backend full access to their infrastructure and not be the one to control all aspects of that tool?
SteveNutsover 6 years ago
This is great news, the state file was always the worst part about TF.
评论 #18286795 未加载
carlsborgover 6 years ago
What are the arguments for TF being the better option for a new infrastructure build today?<p>Given that a) Cloudformation with Custom Resources and Macros is extensible, AWS supported, and free and b) its hard to leverage many of the AWS services while still maintaining provider-neutrality (e.g Serverless Framework 2.0 on AWS runs on top of cloudformation templates now)
评论 #18287279 未加载
评论 #18286880 未加载
评论 #18300995 未加载
评论 #18286851 未加载
评论 #18286429 未加载
评论 #18287062 未加载
评论 #18287985 未加载
评论 #18286821 未加载
评论 #18286928 未加载
评论 #18286836 未加载
评论 #18287956 未加载
评论 #18287000 未加载
评论 #18286889 未加载
评论 #18287946 未加载
magdover 6 years ago
Well, I&#x27;m now concerned that they&#x27;ll kill of Atlantis.
评论 #18301050 未加载
paulgrant999over 6 years ago
Terraform is pretty good; but its strength is its weakness; the declarative syntax (DAG planner) isn&#x27;t perfect and once you start hinting it, it causes all sort of chaos.<p>The solution to complex deploys that re-use portions of the deployments you would want to put a context boundary on, is a series of modules that maintain their own state. But this forces you to pass large amounts of the same data (couples the modules strongly to the main file) over and over again.<p>As for collaborative, terragrunt works pretty good ;) provided you can give a home to the statefile.<p>The real problem I have with terraform&#x2F;aws (or insert provider) is that its still time-intensive to actually do the deploys. The parallelization of the terraform graph, is &quot;simple&quot; at best.<p>If anyone wants to collaborate on a fork of packer&#x2F;terraform, let me know on thread.
评论 #18301040 未加载
IloveHN84over 6 years ago
Finally