Category Terraform Practice Lab

TFLAB08-Data Sources: Reading Existing Infrastructure

Data Sources: Reading Existing Infrastructure 🔧 Terraform Core ⭐ Beginner data aws_caller_identity aws_region aws_vpc Filters Read-Only Scenario Your configuration needs to reference infrastructure that already exists — the current AWS account ID, the current region, the default VPC ID. You…

TFLAB02-Variables: The Five Core Types

Variables: The Five Core Types 🔧 Terraform Core ⭐ Beginner variable string number bool list map type / default / description Scenario Your team has been hardcoding values directly into Terraform configs — region names, instance counts, feature flags —…