Return subnet_id as defined in kubespray.tf

This commit is contained in:
avoidik 2018-03-27 11:13:36 +03:00
parent f07734596e
commit 076b5c153f

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