Skip to content

Commit

Permalink
Update google provider to 3.51
Browse files Browse the repository at this point in the history
  • Loading branch information
yegle committed Dec 17, 2020
1 parent 2065926 commit f3b40fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.36"
version = "~> 3.51"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.36"
version = "~> 3.51"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit f3b40fb

Please sign in to comment.