mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Merge pull request #3149 from rguichard/fix-router-id-output
fix the output of router_id with the right id
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
output "router_id" {
|
output "router_id" {
|
||||||
|
value = "${openstack_networking_router_v2.k8s.id}"
|
||||||
|
}
|
||||||
|
|
||||||
|
output "router_internal_port_id" {
|
||||||
value = "${openstack_networking_router_interface_v2.k8s.id}"
|
value = "${openstack_networking_router_interface_v2.k8s.id}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user