1terraform {
2 backend "s3" {
3 bucket = "infra-state-prod"
4 key = "network/terraform.tfstate"
5 region = "us-east-1"
6 }
7}
no lines flagged
#073PracticeHard30 min · 200 XP
Concurrent Terraform Applies Corrupt Shared State
Two CI pipelines running in parallel occasionally corrupt the Terraform state file, losing track of real infrastructure.
Flagged linesNo lines flagged yet
What's wrong?
Flag a line or write a note to submit.