mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-11 16:30:12 -04:00
terraform: provide required configuration for yawol on OpenStack
This commit is contained in:
parent
bab27fbc69
commit
b5e848a87e
5 changed files with 59 additions and 1 deletions
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue