Browse Source
Merge pull request #3149 from rguichard/fix-router-id-output
fix the output of router_id with the right id
pull/3280/head
Aivars Sterns
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
contrib/terraform/openstack/modules/network/outputs.tf
|
|
@ -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}" |
|
|
|
} |
|
|
|
|
|
|
|