generated from professional-service-best-practices/best-practice-template
15 lines
No EOL
386 B
HCL
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
|
|
} |