Master key concepts with interactive flashcards
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