C. State locking
State locking in Terraform prevents multiple users or processes from simultaneously modifying the Terraform state file (terraform.tfstate). It ensures that only one operation (e.g., terraform apply or terraform destroy) can modify the state at a time, preventing conflicts in collaborative or automated environments.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
LemonadeSoftware
1 year agoOleg_gol
1 year, 6 months ago