mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-20 14:11:29 -03:30
fix the output of router_id with the right id
This commit is contained in:
parent
7398858572
commit
6650bc6b25
@ -1,4 +1,8 @@
|
||||
output "router_id" {
|
||||
value = "${openstack_networking_router_v2.k8s.id}"
|
||||
}
|
||||
|
||||
output "router_internal_port_id" {
|
||||
value = "${openstack_networking_router_interface_v2.k8s.id}"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user