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
Terraform changed their PGP HC Public key which makes provider download failing on older terraform versions.
Could you release new docker images for the following versions containing the new key:
0.11.15
0.12.31
0.13.7
0.14.11
The error encountered:
Initializing provider plugins...
- Checking for available provider plugins on https://releases.hashicorp.com...
Error installing provider "aws": openpgp: signature made by unknown entity.
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 iffor some reason Terraform is unable to reach the
plugin repository. The repository may be unreachable if access is blocked
by a firewall.
The text was updated successfully, but these errors were encountered:
Unfortunately I don't have the CI plumping in place to release hotfixes to old versions. I don't think a need has come up before since Terraform hasn't reached 1.0 yet so there haven't been any LTS concerns.
I'm leaning towards not updating the old releases as a nudge towards getting folks to update to latest. If you absolutely need to stay on an old version, you can build your own Docker image starting with FROM ljfranklin/terraform-resource:0.14.10 and replace the /usr/local/bin/terraform executable with the 0.14.11 version.
We have able to build new images ourselves for now using your build-image script in order to unblock our customers.
We opened this issue have we thought probably other users might benefit from having those new versions available on the upstream repository.
Upgrading to 0.15.1 would have been a valid technical solution, yes, but not everyone has that time and time is money with customers.
So we will keep our images until those projects can be upgraded, I guess 🙂
Terraform changed their PGP HC Public key which makes provider download failing on older terraform versions.
Could you release new docker images for the following versions containing the new key:
0.11.15
0.12.31
0.13.7
0.14.11
The error encountered:
The text was updated successfully, but these errors were encountered: