dotfiles/hosts/arrow/aws/outputs.tf
2024-05-06 14:00:56 -04:00

4 lines
63 B
HCL

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