Loading...
Loading...
### Terraform Version ```shell v1.6.0, v.1.7.0, v1.11.4 ``` ### Terraform Configuration Files ```terraform ...terraform config... ``` terraform { backend "s3" { bucket = "my-bucket" key = "terraform.tfstate" region = "eu-central" endpoint = "https://nbg1.your-objectstorage.com" skip_credentials_validation = true skip_region_validation = true skip_metadata_api_check = true force_path_style = true } } ### Debug Output │ Error: Retrieving AWS account details: AWS account ID not previously found and failed retrieving via all available methods. │ │ See https://www.terraform.io/docs/providers/aws/index.html#skip_requesting_account_id for workaround and implications. │ Errors: 2 errors occurred: │ * retrieving caller identity from STS: operation error STS: GetCallerIdentity, exceeded maximum number of attempts, 5, https response error StatusCode: 0, RequestID: , request send failed, Post "https://sts.eu-central.amazonaws.com/": dial tcp 125.235.4.59:443: i/o timeout │ * retrieving account information via iam:ListRoles: operation error IAM: ListRoles, https response error StatusCode: 403, RequestID: ba2af835-7961-4942-8fd1-5f6d8a2760e9, api error InvalidClientTokenId: The security token included in the request is invalid. ### Expected Behavior Push terraform state to Hetzner object storage successfullly ### Actual Behavior │ Error: Retrieving AWS account details: AWS account ID not previously found and failed retrieving via all available methods. │ │ See https://www.terraform.io/docs/providers/aws/index.html#skip_requesting_account_id for workaround and implications. │ Errors: 2 errors occurred: │ * retrieving caller identity from STS: operation error STS: GetCallerIdentity, exceeded maximum number of attempts, 5, https response error StatusCode: 0, RequestID: , request send failed, Post "https://sts.eu-central.amazonaws.com/": dial tcp 125.235.4.59:443: i/o timeout │ * retrieving account information via iam:ListRoles: operation error IAM: ListRoles, https response error StatusCode: 403, RequestID: ba2af835-7961-4942-8fd1-5f6d8a2760e9, api error InvalidClientTokenId: The security token included in the request is invalid. ### Steps to Reproduce 1. terraform init ### Additional Context _No response_ ### References _No response_ ### Generative AI / LLM assisted development? _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.