Bump provider version

This commit is contained in:
Julio Castillo
2023-02-07 11:26:26 +01:00
parent fa064ddf4d
commit 08f2540872
85 changed files with 185 additions and 168 deletions

View File

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