Fix broken upgrades of TF provider for routes

This commit is contained in:
Wiktor Niesiobędzki
2025-03-18 08:28:05 +00:00
committed by Wiktor Niesiobędzki
parent acaac300ae
commit 7f58f1ae31
196 changed files with 392 additions and 392 deletions

View File

@@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.21.0, < 7.0.0" # tftest
version = ">= 6.21.0, < 6.24.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.21.0, < 7.0.0" # tftest
version = ">= 6.21.0, < 6.24.0, < 7.0.0" # tftest
}
}
provider_meta "google" {