Skip to content

Commit

Permalink
chore(deps): Update Terraform GoogleCloudPlatform/lb-internal/google …
Browse files Browse the repository at this point in the history
…to v6
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 798569c commit 7d893d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minimal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "google_compute_subnetwork" "test" {
# [START cloudloadbalancing_int_tcp_udp_minimal]
module "test_ilb" {
source = "GoogleCloudPlatform/lb-internal/google"
version = "~> 5.0"
version = "~> 6.0"

project = var.project_id
network = google_compute_network.test.name
Expand Down

0 comments on commit 7d893d3

Please sign in to comment.