Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Update google provider to 3.51 (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
yegle authored Dec 17, 2020
1 parent 1d41466 commit b481c6c
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 @@ -264,11 +264,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 b481c6c

Please sign in to comment.