Skip to content

Commit

Permalink
fix: update to terraform-google-modules/network/google//modules/netwo…
Browse files Browse the repository at this point in the history
…rk-peering v8 for increased TPG v5 compatibility (#1073)
  • Loading branch information
apeabody authored Jan 26, 2024
1 parent af2571d commit 5d808b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4-projects/modules/base_env/example_peering_project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ resource "google_dns_policy" "default_policy" {

module "peering" {
source = "terraform-google-modules/network/google//modules/network-peering"
version = "~> 7.0"
version = "~> 8.0"

prefix = "${var.business_code}-${local.env_code}"
local_network = module.peering_network.network_self_link
Expand Down

0 comments on commit 5d808b1

Please sign in to comment.