File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ module "landing_zone" {
7878 source = " ../../modules/landing-zone"
7979 for_each = var. landing_zones
8080
81+ organization_id = var. organization_id
8182 parent_container_id = module. governance . folder_container_ids [" landing_zones" ]
8283 naming_pattern = " ${ var . company_code } -lz-${ each . value . project_code } -${ each . value . env } "
8384 owner_email = each. value . owner_email
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 stackit = {
66 source = " stackitcloud/stackit"
7- version = " 0.88 .0"
7+ version = " 0.93 .0"
88 }
99 time = {
1010 source = " hashicorp/time"
Original file line number Diff line number Diff line change @@ -27,14 +27,9 @@ output "connectivity_regional_project_id" {
2727 value = module. connectivity_regional . project_id
2828}
2929
30- output "connectivity_regional_pfsense_public_ip" {
31- description = " The public IP of the pfSense firewall."
32- value = module. connectivity_regional . pfsense_public_ip
33- }
34-
35- output "connectivity_regional_pfsense_wan_ip" {
36- description = " The internal WAN IP of the pfSense firewall (used as next hop)."
37- value = module. connectivity_regional . pfsense_wan_ip
30+ output "connectivity_regional_firewall_public_ip" {
31+ description = " The public IP of the firewall."
32+ value = module. connectivity_regional . firewall_public_ip
3833}
3934
4035output "sandbox_projects" {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 stackit = {
66 source = " stackitcloud/stackit"
7- version = " 0.88 .0"
7+ version = " 0.93 .0"
88 }
99 time = {
1010 source = " hashicorp/time"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resource "stackit_routing_table" "this" {
66 organization_id = var. organization_id
77 network_area_id = var. network_area_id
88 name = var. naming_pattern
9- system_routes = false
9+ system_routes = false
1010
1111 labels = local. labels
1212}
You can’t perform that action at this time.
0 commit comments