My team heavily uses both Serverless and Terraform to build infrastructure, but as the number of projects we managed grew, it got harder to know how components were glued in different projects.
So we decided to try different ways to structure our projects in order
to :
– make better use terraform modules
– run terraform in a more secure manner
– share serverless components in a reliable way
– abstract complex infrastructure gluing
– faster project bootstrap times
give away:
– In this talk I will guide you through the mistakes we made while using terraform
– How to better structure your terraform projects
– How to use terraform modules to share and abstract complex infrastructure
– How to nail down infrastructure automation via an importable serverless pipeline (codepipeline + code deploy)