Introduce S3-native state locking by bschaatsbergen · Pull Request #35661 · hashicorp/terraform
This draft PR prototypes state locking for Terraform’s s3 backend using a .tflock file. It uses Amazon S3’s recently introduced conditional writes feature to implement a locking mechanism. When a l...