Skip to content

Commit

Permalink
chore(deps): update terraform google to ~> 3.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 11, 2021
1 parent 2dc53d9 commit 81683de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "gcp_zone" {
}

provider "google" {
version = "~> 3.23.0"
version = "~> 3.52.0"
credentials = file(var.gcp_credentials)
project = var.gcp_project
region = var.gcp_region
Expand Down

0 comments on commit 81683de

Please sign in to comment.