Return subnet_id as defined in kubespray.tf

pull/2525/head
avoidik 2018-03-27 11:13:36 +03:00
parent f07734596e
commit 076b5c153f
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ output "router_id" {
value = "${openstack_networking_router_interface_v2.k8s.id}"
}
output "network_id" {
output "subnet_id" {
value = "${openstack_networking_subnet_v2.k8s.id}"
}