Process Flow - Availability zones data source
Start Terraform Plan
Call data source: availability_zones
Query cloud provider for AZs
Receive list of AZs
Store AZs in Terraform state
Use AZs in resource definitions
Apply infrastructure changes
Terraform queries the cloud provider for available zones, stores them, and uses them to deploy resources in those zones.