Resolving Terraform Signature Expiration Issues

·

1 min read

I have come across an issue while running terraform plan command. The error message indicates "api error SignatureDoesNotMatch: Signature expired".

In order to solve above error, just ensure your system time is in sync properly. Just go to "Adjust date and time" settings and click on "sync now" button.

Run "terraform plan" command now. The issue is resolved :-)