Automate your infrastructure with GitOps, Terraform and Drone - Jim Sheldon

preview_player
Показать описание
Managing a single "source of truth" git repository for your Terraform configuration can be challenging, Meltwater solves this problem with Drone. Drone is an open source container-native CI/CD tool similar to TravisCI or CircleCI. With the help of some additional tools we have developed, we manage applying our Terraform configuration through GitHub pull requests, for a single repository that manages infrastructure in multiple AWS accounts.
Рекомендации по теме
Комментарии
Автор

Good job! At 28:38 - I didn't know that it's possible to use pointers (& and <<: *) in a YAML file, thanks for covering that

MeirGabay