mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
Return subnet_id as defined in kubespray.tf
This commit is contained in:
parent
f07734596e
commit
076b5c153f
@ -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}"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user