Disable reserved_internal_range in net-vpc due to provider bug (#2282)

This commit is contained in:
Simone Ruffilli
2024-05-15 08:46:18 +03:00
committed by GitHub
parent 014a36d4b6
commit d3ffcc2b1c
89 changed files with 190 additions and 187 deletions

View File

@@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.29.0, < 6.0.0" # tftest
version = ">= 5.29.1, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.29.0, < 6.0.0" # tftest
version = ">= 5.29.1, < 6.0.0" # tftest
}
}
}