ljfranklin / terraform-resource

A concourse resource to create infrastructure via Terraform
MIT License
185 stars 85 forks source link

Error installing provider "random": openpgp: signature made by unknown entity. #172

Open NisarAhmadPak opened 2 years ago

NisarAhmadPak commented 2 years ago

Terraform analyses the configuration and state and automatically downloads plugins for the providers used. However, when attempting to download this plugin an unexpected error occured.

This may be caused if for some reason Terraform is unable to reach the plugin repository. The repository may be unreachable if access is blocked by a firewall.

If automatic installation is not possible or desirable in your environment, you may alternatively manually install plugins by downloading a suitable distribution package and placing the plugin's executable file in the following directory: terraform.d/plugins/linux_amd64

ljfranklin commented 2 years ago

Which version of the Terraform resource are you using? If you're on a very old version you'll need to update due to https://discuss.hashicorp.com/t/terraform-updates-for-hcsec-2021-12/23570.