chore(tf): bump google provider

This commit is contained in:
41666 2020-12-18 13:43:55 -05:00
parent 2976b35505
commit 8ddf8e6aac
2 changed files with 15 additions and 15 deletions

View file

@ -2,12 +2,12 @@ terraform {
required_version = ">=0.14"
required_providers {
google = {
version = ">=3.49.0"
version = ">=3.51.0"
source = "hashicorp/google"
}
google-beta = {
version = ">=3.49.0"
version = ">=3.51.0"
source = "hashicorp/google"
}