mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-22 22:19:37 -05:00
4 lines
59 B
Terraform
4 lines
59 B
Terraform
|
output "ip" {
|
||
|
value = aws_instance.jump_host.public_ip
|
||
|
}
|