Day 13: Terraform Data Sources – Reading Existing Infrastructure
What is a Terraform Data Source?
A data source lets you query existing resources in your AWS environment. Instead of creating a new VPC or AMI, you just read what’s already there.
Why Use Data Sources?
No Hardcoding: IDs change; code shouldn’t break...
prajwal-blog.hashnode.dev2 min read