TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Who's Using Terraform?

5 点作者 vogtb大约 6 年前
I&#x27;ve used terraform for a couple of personal projects, and a bit at a company I used to work for, and I&#x27;m considering using it for my company. But I&#x27;m curious how other people are using it. I&#x27;m mostly interested in:<p>1) Do you use it for everything (eg <i>ALL</i> cloud resources created, updated, removed via terraform?)<p>2) Do you use it for isolated cases (eg creating roles and permissions in your cloud provider?)<p>3) Who runs it, and where? (eg run by individual contributors, or in an automated environment, or some other way?)<p>4) What are some things to watch out for? (eg patterns&#x2F;anti-patterns.)<p>Just curious what it looks like out in the wild. Thanks!

1 comment

dmlittle大约 6 年前
At Lob we just finished migrating all of our AWS resources to Terraform. We have a strict policy where everything (creating, updating or deleting) should be done through Terraform and the AWS console should be used as a read-only dashboard (some actions on the console such as invoking Lambdas, deleting an SQS messages, etc. are fine). We have alerting setup for any action that is performed in our AWS accounts that was done through the console.<p>Right now, changes are applied manually by the terraform changes author (every engineer has access to provision infrastructure they need, some teams have access to more AWS accounts than others) but we&#x27;re looking to move to an automated environment such as Atlantis or Terraform Enterprise later this year.
评论 #19361984 未加载