You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
Issue : Using credentials.yml with the AWS access credentials displays the following error.
`$ ./terraform.exe plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
provider.aws: error validating provider credentials: error calling sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid.
status code: 403, request id: #######`
I was able to resolve it with the AWS credentials exported using the EXPORT command and removing the credentials.yml file. Is there a certain version of tf which is needed?
The text was updated successfully, but these errors were encountered:
`$ ./terraform.exe plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
Error: Error refreshing state: 1 error(s) occurred:
status code: 403, request id: #######`
I was able to resolve it with the AWS credentials exported using the EXPORT command and removing the credentials.yml file. Is there a certain version of tf which is needed?
The text was updated successfully, but these errors were encountered: