Skip to content
Snippets Groups Projects
Unverified Commit 7e58b963 authored by Andreas Krüger's avatar Andreas Krüger Committed by GitHub
Browse files

Merge pull request #2525 from avoidik/openstack_subnet_fix

Return subnet_id as defined in kubespray.tf
parents ac4a7145 076b5c15
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,6 @@ output "router_id" { ...@@ -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}"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment