Hello Guys, How are you all? Hope You all Are Fine. Today when I am Installing Provider I Found This Error Log Error installing provider “aws”: openpgp: signature made by unknown entity in Amazon Aws. So Here I am Explain to you all the possible solutions here.
Without Wasting your time, Lets start This Article to Solve This Error.
How This Error installing provider “aws”: openpgp: signature made by unknown entity Occurs ?
Today when I am Installing Provider I Found This Error Log Error installing provider “aws”: openpgp: signature made by unknown entity in Amazon Aws
Full logs:
Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
[1mInitializing provider plugins...
- Checking for available provider plugins on https://releases.hashicorp.com...
Error installing provider "aws": openpgp: signature made by unknown entity.
How To Solve Error installing provider “aws”: openpgp: signature made by unknown entity Error ?
Question: How To Solve Error installing provider “aws”: openpgp: signature made by unknown entity Error ?
Answer: The GPG key used for release signing and verification has been rotated. New releases of Terraform use this updated key for verifying official providers, and official provider releases will be signed with this key going forwards.
Solution 1
for terraform 0.11.x
, you can set the aws
version to v2.70.0
provider "aws" {
region = "us-east-1"
version = "v2.70.0"
}
Solution 2
You May Do This
terraform init -verify-plugins=false
Solution 3
Fixing the provider version solved the problem.
Summery
It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?
Also Read: SyntaxError: invalid syntax to repo init in the AOSP code