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