Skip to main content

67 posts tagged with "Cloud"

Cloud computing fundamentals and best practices

View All Tags

Terraform Data Sources — Query Existing Infrastructure

· 6 min read
Goel Academy
DevOps & Cloud Learning Hub

Not everything in your cloud account was created by Terraform. Maybe the VPC was built by another team using CloudFormation. Maybe the DNS zone was set up manually in the console two years ago. Maybe you need the latest Amazon Linux AMI and its ID changes every week. Data sources let Terraform read information from your cloud provider without managing the resource itself.