Loading...
Loading...
### Terraform Version ```shell Terraform v1.10.0 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v5.78.0 ``` ### Terraform Configuration Files ```terraform { required_providers { aws = { source = "hashicorp/aws" } } backend "s3" { bucket = "state.test.biblestudy.tools" key = "terraform.tfstate" region = "us-east-1" use_lockfile = true } } ``` ### Debug Output https://gist.github.com/BroMattMiller/54b3c5ab4ac2f052157daa66536d392e ### Expected Behavior After moving to native S3 locking the apply should have succeeded. ### Actual Behavior The apply failed. ### Steps to Reproduce ``` terraform init terraform apply ``` ### Additional Context _No response_ ### References _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.