Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent c9b2933 commit 2bd8d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/regional_proxy_lb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.10"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.10"
}
}

Expand Down

0 comments on commit 2bd8d4c

Please sign in to comment.