Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

1- define

2- ouput


https://www.terraform.io/intro/getting-started/outputs.html


output "ip" {
  value = "${aws_eip.ip.public_ip}"
}


$ terraform output ip
50.17.232.209
  • No labels