Skip to content

Commit

Permalink
Merge pull request #853 from portefaix/renovate/terraform-google-modu…
Browse files Browse the repository at this point in the history
…les-address-google-3.x

Update Terraform terraform-google-modules/address/google to v3.2.0
  • Loading branch information
nlamirault authored Nov 29, 2023
2 parents 12d1d6e + 1bbd607 commit 15e3a32
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 15e3a32

Please sign in to comment.