## Context AWS offers strong consistency options on writes on S3 now, so can be utilised as a lock store. OpenTofu is shipping it next release - https://github.com/opentofu/opentofu/issues/599 Terraform has it enabled already - https://github.com/hashicorp/terraform/pull/35661 ## The ask Would it be possible to use Digger with S3 state lock akin to how GCP locking works? Thanks