Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/address/google to v3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 944f5c3 commit 1bbd607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "cloud_nat" {
source = "terraform-google-modules/address/google"
version = "3.1.3"
version = "3.2.0"

project_id = var.project_id
region = var.region
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "external_lb" {
source = "terraform-google-modules/address/google"
version = "3.1.3"
version = "3.2.0"

project_id = var.project_id
region = var.region
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "internal_lb" {
source = "terraform-google-modules/address/google"
version = "3.1.3"
version = "3.2.0"

project_id = var.project_id
region = var.region
Expand Down

0 comments on commit 1bbd607

Please sign in to comment.