Skip to content

Commit

Permalink
chore(deps): update terraform google to ~> 3.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 28, 2020
1 parent 1f8c7e7 commit aa540b0
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.45.0"
credentials = file(var.gcp_credentials)
project = var.gcp_project
region = var.gcp_region
Expand Down

0 comments on commit aa540b0

Please sign in to comment.