Skip to content

Commit

Permalink
chore(deps): update terraform google to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 2dc53d9 commit 01dcaac
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 = "~> 6.2.0"
credentials = file(var.gcp_credentials)
project = var.gcp_project
region = var.gcp_region
Expand Down

0 comments on commit 01dcaac

Please sign in to comment.