terraform-google-modules / terraform-google-cloud-dns

Creates and manages Cloud DNS public or private zones and their records
https://registry.terraform.io/modules/terraform-google-modules/cloud-dns/google
Apache License 2.0
57 stars 80 forks source link

bump provider version to work with v5 #65

Closed joemiller closed 9 months ago

joemiller commented 1 year ago

TL;DR

Google{-beta} terraform v5.x providers have been released. However trying to use this module with v5 will fail due to the pin in versions.tf (https://github.com/terraform-google-modules/terraform-google-cloud-dns/blob/master/versions.tf#L23):

│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ hashicorp/google-beta: no available releases match the given constraints >=
│ 4.40.0, ~> 5.0, < 5.0.0

Terraform Resources

No response

Detailed design

No response

Additional information

No response

joemiller commented 11 months ago

looks like this was resolved by https://github.com/terraform-google-modules/terraform-google-cloud-dns/pull/72

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days