Scenario: You need to create a VPC with multiple subnets in different availability zones.
Question: How would you define this in Terraform?
Answer: You would use the aws_vpc, aws_subnet, and aws_availability_zone resources, utilizing modules for reus...