-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Route53 - SignatureDoesNotMatch: Signature expired #9333
Comments
I encounter a similar issue with a lot of resources etc. |
This was an issue with the AWS Golang SDK that is now fixed. See: aws/aws-sdk-go#876 Terraform 0.7.6 updated the SDK dependency to include that fix. |
Thanks @AMeng. Just tested with 0.7.7 and works fine. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
When using terraform to manage a single route53 domain with 800+ records I get the following error when running "terraform plan":
Terraform was able to create all 800+ records but it is not able to run "plan".
I already checked the instance date and it is properly set via NTP.
The error happens at random records and it varies from 1 to 5 occurrences every time I run
terraform plan
I also increased the aws provider max_retries to 10 because I saw a some "Rate exceeded" errors but that did not fix the issue.
It takes about 7 minutes for the error to happen.
Terraform Version
Affected Resource(s)
Debug Output
The text was updated successfully, but these errors were encountered: