Skip to main content

Command Palette

Search for a command to run...

Resolving Terraform Signature Expiration Issues

Published
1 min read
A

developer from India who is passionate about cloud and .Net

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 :-)