Process Flow - Resource block syntax
Start Terraform config
Define resource block
Specify resource type and name
Add resource arguments
Terraform reads and validates
Resource created or updated
Terraform reads the resource block, identifies the resource type and name, applies the arguments, then creates or updates the resource.