Tag terraform

How To Create Resources in AWS using Data Sources?

Introduction Terraform stands as a trailblazer in the realm of Infrastructure as Code (IaC) thanks to its robust features. With just a few clicks, it enables seamless provisioning of resources on any cloud platform. Following resource provisioning, Terraform encapsulates all… Continue Reading →

How To Import Existing AWS Resources Into Terraform?

What is Terraform? Terraform is a powerful tool that allows you to define and manage your cloud resources using code.  But what if you already have the terraform resources set up manually or through other means?  In this blog, we… Continue Reading →