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 May 20, 2024
1 parent 66dd282 commit 3d60076
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 3d60076

Please sign in to comment.