Revert "Fix broken upgrades of TF provider for routes"

This reverts commit 7f58f1ae31.
This commit is contained in:
Wiktor Niesiobędzki
2025-03-18 09:16:56 +00:00
committed by Wiktor Niesiobędzki
parent 7f58f1ae31
commit 73022a710a
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, < 6.24.0, < 7.0.0" # tftest
version = ">= 6.21.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.21.0, < 6.24.0, < 7.0.0" # tftest
version = ">= 6.21.0, < 7.0.0" # tftest
}
}
provider_meta "google" {