bump provider versions

This commit is contained in:
Fawzi 2023-04-11 22:17:50 +10:00
parent 3c4254fc1f
commit 5f450300d0
1 changed files with 2 additions and 2 deletions

View File

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