dotfiles/deploy/aws/outputs.tf
2025-03-09 18:04:01 +00:00

4 lines
63 B
HCL

output "host_ip" {
value = aws_instance.instance.public_ip
}