devops
Plan/Apply
Terraform Plan and Apply
Definition
The plan/apply workflow is Terraform's two-step process for infrastructure changes: `terraform plan` generates a preview of what will change without making any modifications, and `terraform apply` executes those changes. This workflow enables code review of infrastructure changes before execution and is the basis for GitOps-style infrastructure pipelines where plans are reviewed in pull requests.
Ship secure code faster
Crash Override integrates security into the developer workflow. No context switching, no waiting on reviews.