Terraform: Split main.tf into seperate files
When using HashiCorp Terraform as the Infrastructure as Code (IaC) tool of choice, it becomes critical to organize the Terraform code as the Terraform project becomes more complex. One of…
24/04/2024
Building Microservice and Serverless architectures demand different design patterns to be used that other traditional application architectures. Even the older SOA (Service Oriented Architecture) design has different demands than the newer Microservices and Serverless solutions do today. Due to these differences, there are different things to keep in mind when…