mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-12 09:24:24 -05:00
0564e4ebb4
* vpn: add fake-on-prem infra * dev-docs: move vpn helm
9 lines
167 B
HCL
9 lines
167 B
HCL
output "private_key" {
|
|
value = tls_private_key.ssh_key.private_key_pem
|
|
sensitive = true
|
|
}
|
|
|
|
output "public_ip" {
|
|
value = azurerm_public_ip.pubIP.ip_address
|
|
}
|