We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc20e2 commit ac43b09Copy full SHA for ac43b09
2 files changed
examples/02-hub-spoke/main.tf
@@ -125,4 +125,5 @@ module "landing_zone" {
125
role_assignments = each.value.role_assignments
126
network_prefix_length = each.value.network_prefix_length
127
custom_roles = each.value.custom_roles
128
+ firewall_next_hop_ip = module.connectivity_regional.firewall_next_hop_ip
129
}
modules/connectivity-regional/outputs.tf
@@ -5,7 +5,7 @@ output "firewall_public_ip" {
5
6
output "firewall_next_hop_ip" {
7
description = "The IP address to be used as next hop for the default route in the landing zones (pfSense WAN IP)."
8
- value = stackit_network_interface.wan.ipv4
+ value = stackit_network_interface.lan.ipv4
9
10
11
output "project_container_id" {
0 commit comments