mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-02 19:30:57 -05:00
4 lines
59 B
Terraform
4 lines
59 B
Terraform
|
output "ip" {
|
||
|
value = aws_instance.jump_host.public_ip
|
||
|
}
|