Master key concepts with interactive flashcards
Stay focused on 004
Foci runs Pomodoro-style focus sessions and blocks distractions while you study for your certification.
What is idempotency in the context of IaC?
Click to reveal answer
Idempotency means applying the same configuration multiple times produces the same result as applying it once. Terraform is idempotent — if infrastructure already matches the desired state, running `terraform apply` makes no changes.
Click to show question