Process Flow - Creating your first resource
Write resource block
Run terraform init
Run terraform plan
Review plan output
Run terraform apply
Resource created in cloud
Run terraform show or state
Verify resource exists
You write a resource block, initialize Terraform, plan the changes, apply them to create the resource, then verify it exists.