in Terragrunt, you can call multiple Terraform modules from a single Terragrunt configuration file by…
Tag: terraform
AWS
Continue Reading
Creating SSH Keys for Secure Access to AWS EC2 Instances with Terraform
When working with cloud infrastructure, security is of utmost importance. One critical aspect of security…
AWS
Continue Reading
Deploy HA nginx to AWS ECS with Geolocation Routing via Terraform
Today, I want to refactor the Deploy nginx docker to AWS ECS with Terraform Automation…
GCP
Continue Reading
Google Cloud Platform Automation with Terraform Easily
Once upon a time, when I was learning Google Cloud Platform, I just want to…
AWS
Continue Reading
Set two different Target Groups on AWS Load Balancer with Terraform
Last week, I wrote an infrastructure as a code via Terraform. In my case, I…