by vogtb on 3/11/19, 4:09 PM with 3 comments
1) Do you use it for everything (eg ALL cloud resources created, updated, removed via terraform?)
2) Do you use it for isolated cases (eg creating roles and permissions in your cloud provider?)
3) Who runs it, and where? (eg run by individual contributors, or in an automated environment, or some other way?)
4) What are some things to watch out for? (eg patterns/anti-patterns.)
Just curious what it looks like out in the wild. Thanks!
by dmlittle on 3/11/19, 6:09 PM
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're looking to move to an automated environment such as Atlantis or Terraform Enterprise later this year.