Category AWS

Terraform Template file with loops for Dynamic Resource Management

Template files combined with loops provide powerful way to handle repetitive configurations dynamically, reducing complexity, errors and improving consistency. This blog is will explain how to use Template file with loops. The Use Case Imagine you need to manage infrastructure…

Terraform Steps to create complete AWS S3 module

Terraform module is used to simplify process of organizing and reusing terraform code. Essentially module is a container for multiple resources logically connected and which are used together. This blog post will explain Terraform complete AWS S3 module When to…