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:
Aivars Sterns 2018-09-19 15:34:03 +03:00 committed by GitHub
commit bacd8c70e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"
}