Files
dotfiles/deploy/aws/outputs.tf
T

4 lines
63 B
Terraform

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