mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
dev-docs: add on-prem terraform to vpn setup (#2619)
* vpn: add fake-on-prem infra * dev-docs: move vpn helm
This commit is contained in:
parent
c922864f30
commit
0564e4ebb4
20 changed files with 407 additions and 0 deletions
8
dev-docs/howto/vpn/on-prem-terraform/output.tf
Normal file
8
dev-docs/howto/vpn/on-prem-terraform/output.tf
Normal file
|
@ -0,0 +1,8 @@
|
|||
output "private_key" {
|
||||
value = tls_private_key.ssh_key.private_key_pem
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "public_ip" {
|
||||
value = azurerm_public_ip.pubIP.ip_address
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue