Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/gcloud/google …
Browse files Browse the repository at this point in the history
…to v3.4.1
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent 1c2f4a6 commit 60e7c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module "equinix-fabric-connection" {

module "gcloud-configure-bgp" {
source = "terraform-google-modules/gcloud/google"
version = "3.4.0"
version = "3.4.1"
enabled = anytrue([var.gcp_configure_bgp, var.network_edge_configure_bgp])

skip_download = var.gcp_gcloud_skip_download
Expand All @@ -98,7 +98,7 @@ module "gcloud-configure-bgp" {

module "gcloud-get-bgp-addresses" {
source = "terraform-google-modules/gcloud/google"
version = "3.4.0"
version = "3.4.1"
enabled = anytrue([var.gcp_configure_bgp, var.network_edge_configure_bgp])

platform = var.platform
Expand Down

0 comments on commit 60e7c27

Please sign in to comment.