terraform: provide required configuration for yawol on OpenStack

This commit is contained in:
Malte Poll 2024-02-09 17:27:12 +01:00
parent bab27fbc69
commit b5e848a87e
5 changed files with 59 additions and 1 deletions

View file

@ -35,3 +35,10 @@ output "ip_cidr_node" {
value = local.cidr_vpc_subnet_nodes
description = "CIDR block of the node network."
}
# OpenStack-specific outputs
output "network_id" {
value = openstack_networking_network_v2.vpc_network.id
description = "The OpenStack network id the cluster is deployed in."
}