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
Between the constant chatter about “containers,” “microservices,” and “cloud-native,” Docker stands as a major player in the lexicon of contemporary software development. What started as a simple abstraction tool for Linux containers evolved into a cultural shift for software deployment practices, influencing how entire industries build and run their applications.…