Browse Source

Merge pull request #2525 from avoidik/openstack_subnet_fix

Return subnet_id as defined in kubespray.tf
pull/2477/merge
Andreas Krüger 6 years ago
committed by GitHub
parent
commit
7e58b96328
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      contrib/terraform/openstack/modules/network/outputs.tf

2
contrib/terraform/openstack/modules/network/outputs.tf

@ -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…
Cancel
Save