-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't working
Description
TL;DR
Some components like modules/ops-agent-policy/versions.tf restrict the Google Terraform provider to < 7.
Expected behavior
Compatible with Google Terraform provider 7+.
Observed behavior
Could not retrieve the list of available versions for provider hashicorp/google: no available releases match the given constraints >= 3.53.0, < 7.0.0, >= 7.3.0, ~> 7.3.0
Terraform Configuration
terraform {
...
required_providers {
google = {
source = "hashicorp/google"
version = "~> 7.3.0"
}
}
}
Terraform Version
v1.5.6
Terraform Provider Versions
google: 7.3.0
Additional information
No response
blackside, hjed, Klaitos, Kerruba and archongtv
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working