Skip to content

Commit

Permalink
Update Terraform google to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 23, 2024
1 parent 6e17274 commit 81ff927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
provider "google" {
project = var.project
zone = var.zone
version = "~> 2.17.0"
version = "~> 6.4.0"
}

// Pins the version of the "random" provider
Expand Down

0 comments on commit 81ff927

Please sign in to comment.