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 (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
yegle authored Dec 17, 2020
1 parent 0b7af23 commit 3c55155
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions terraform/alerting/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.46"
version = "~> 3.51"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.46"
version = "~> 3.51"
}
}
}
4 changes: 2 additions & 2 deletions terraform/mirror/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.46"
version = "~> 3.51"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.46"
version = "~> 3.51"
}
}
}
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.46"
version = "~> 3.51"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.46"
version = "~> 3.51"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 3c55155

Please sign in to comment.