Merge pull request #2525 from avoidik/openstack_subnet_fix
Return subnet_id as defined in kubespray.tfpull/2477/merge
commit
7e58b96328
|
@ -2,6 +2,6 @@ output "router_id" {
|
||||||
value = "${openstack_networking_router_interface_v2.k8s.id}"
|
value = "${openstack_networking_router_interface_v2.k8s.id}"
|
||||||
}
|
}
|
||||||
|
|
||||||
output "network_id" {
|
output "subnet_id" {
|
||||||
value = "${openstack_networking_subnet_v2.k8s.id}"
|
value = "${openstack_networking_subnet_v2.k8s.id}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue