Process Flow - Local state behavior
Terraform Init
First terraform apply
Local State File Created
Subsequent Runs Read Local State
Detect Changes & Plan
Apply Changes & Update State
Repeat
Terraform initializes with 'terraform init'. The first 'terraform apply' creates the local state file. Subsequent runs read and update this file locally to detect changes and plan updates.