No state locking
Two concurrent applies overwrite each other, and nothing reports it until resources go missing
terraform {
backend "s3" {
bucket = "my-state"
key = "prod/terraform.tfstate"
region = "eu-west-1"
encrypt = true
}
}