mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
align tf output vars with CLI parsing (#2475)
This commit is contained in:
parent
ee54b71a9e
commit
0bfb4f7e11
@ -1,4 +1,8 @@
|
||||
output "ip" {
|
||||
output "out_of_cluster_endpoint" {
|
||||
value = openstack_networking_floatingip_v2.public_ip.address
|
||||
}
|
||||
|
||||
output "in_cluster_endpoint" {
|
||||
value = openstack_networking_floatingip_v2.public_ip.address
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,8 @@
|
||||
output "ip" {
|
||||
output "out_of_cluster_endpoint" {
|
||||
value = module.node_group["control_plane_default"].instance_ips[0]
|
||||
}
|
||||
|
||||
output "in_cluster_endpoint" {
|
||||
value = module.node_group["control_plane_default"].instance_ips[0]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user