Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Update GoogleCloudPlatform/lb-http/google requirement from ~> 9.0 to …
Browse files Browse the repository at this point in the history
…~> 10.0

Updates the requirements on [GoogleCloudPlatform/lb-http/google](https://github.com/GoogleCloudPlatform/terraform-google-lb-http) to permit the latest version.
- [Release notes](https://github.com/GoogleCloudPlatform/terraform-google-lb-http/releases)
- [Changelog](https://github.com/terraform-google-modules/terraform-google-lb-http/blob/master/CHANGELOG.md)
- [Commits](terraform-google-modules/terraform-google-lb-http@v9.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: GoogleCloudPlatform/lb-http/google
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 04916ab commit c9d0a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/global-lb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "google_compute_url_map" "https_redirect" {

module "lb-http" {
source = "GoogleCloudPlatform/lb-http/google//modules/serverless_negs"
version = "~> 9.0"
version = "~> 10.0"
name = var.name
project = var.project_id
ssl = var.ssl
Expand Down

0 comments on commit c9d0a54

Please sign in to comment.