diff --git a/versions.tf b/versions.tf index 05e52b2db2..d7800c6dd1 100644 --- a/versions.tf +++ b/versions.tf @@ -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 } } }