Skip to content

Support using along terraform-google-provider 4.x.x #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jackwhelpton opened this issue Nov 24, 2021 · 2 comments
Closed

Support using along terraform-google-provider 4.x.x #97

jackwhelpton opened this issue Nov 24, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@jackwhelpton
Copy link
Contributor

TL;DR

Need to be able to use the Google provider v4, required by upstream modules.

Expected behavior

Module is usable with Google provider 4.0.

Observed behavior

Could not retrieve the list of available versions for provider hashicorp/google: no available releases match the
│ given constraints >= 2.12.0, >= 3.43.0, >= 3.45.0, ~> 3.53, >= 4.0.0, < 4.0.0, < 5.0.0

Terraform Configuration

n/a

Terraform Version

Terraform v1.0.11
on windows_amd64
+ provider registry.terraform.io/hashicorp/external v2.1.0
+ provider registry.terraform.io/hashicorp/google v3.90.0
+ provider registry.terraform.io/hashicorp/google-beta v3.90.0
+ provider registry.terraform.io/hashicorp/helm v2.3.0
+ provider registry.terraform.io/hashicorp/kubernetes v2.6.1
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
+ provider registry.terraform.io/netapp/netapp-gcp v21.5.0

Additional information

The terraform-google-vm module has already been updated: that is one of the dependencies that currently pins the version here. Until that's released, I'll use the master branch from that repo to unblock myself while fixing everything else.

@jackwhelpton jackwhelpton added the bug Something isn't working label Nov 24, 2021
@jackwhelpton
Copy link
Contributor Author

jackwhelpton commented Nov 24, 2021

PR (work in progress): #98. This seems to pass all checks, but will need a further update once the changes to terraform-google-vm have been released, and shouldn't be merged until then.

@bharathkkb
Copy link
Member

fixed by #98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants