stackit-service-prefixes/output.tf
Markus Brunsch 61191cce38
init
2025-11-19 15:33:57 +01:00

15 lines
No EOL
386 B
HCL

/*
Copyright 2025 STACKIT GmbH & Co. KG <markus.brunsch@stackit.cloud>
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
output "routing_table_id" {
value = stackit_routing_table.rt-ske.routing_table_id
}
output "route_table_updated" {
value = stackit_routing_table.rt-ske.updated_at
}