Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

smoke-tests failing due to outdated Terraform version (0.11.14) #3913

Open
morancj opened this issue Aug 31, 2021 · 0 comments · May be fixed by #3914
Open

smoke-tests failing due to outdated Terraform version (0.11.14) #3913

morancj opened this issue Aug 31, 2021 · 0 comments · May be fixed by #3914

Comments

@morancj
Copy link
Member

morancj commented Aug 31, 2021

What you expected to happen?

smoke-tests to pass on CircleCI.

What happened?

Error installing provider "google": openpgp: signature made by unknown entity.
due to using Terraform 0.11.14 in https://github.com/weaveworks/weave/blob/master/bin/provision_test_vms.sh#L13.
Versions need to by synced across build-tools, where Terraform was bumped to 0.12.0:
weaveworks/build-tools#176

A workaround might be to pin the provider version, e.g. version = ">=2.0, <3.0", but the cross-repo dependencies make this more complicated.

How to reproduce it?

Cause the CircleCI smoke-tests to run.

Anything else we need to know?

No.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant