Skip to content

Commit

Permalink
google_network_connectivity_spoke: add include_export_ranges (#11…
Browse files Browse the repository at this point in the history
…609) (#783)

[upstream:e30f86c3411a5ab264ae91b1afb57e1a3c7531e6]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 3, 2024
1 parent 167d00f commit 13fbb25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions network_connectivity_spoke_linked_vpc_network_basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ resource "google_network_connectivity_spoke" "primary" {
"198.51.100.0/24",
"10.10.0.0/16"
]
include_export_ranges = [
"198.51.100.0/23",
"10.0.0.0/8"
]
uri = google_compute_network.network.self_link
}
}

0 comments on commit 13fbb25

Please sign in to comment.