mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
4 lines
63 B
Terraform
4 lines
63 B
Terraform
|
output "host_ip" {
|
||
|
value = aws_instance.instance.public_ip
|
||
|
}
|