Bump beta provider to 4.48

This is the first version that supports `gateway_api_config` block
This commit is contained in:
Wiktor Niesiobędzki
2023-01-29 14:04:22 +01:00
parent 37626c8ac7
commit 1a657b31d3
84 changed files with 168 additions and 168 deletions

View File

@@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.47.0" # tftest
version = ">= 4.48.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.47.0" # tftest
version = ">= 4.48.0" # tftest
}
}
}