hashi-stack/terraform/output.tf

5 lines
128 B
Terraform
Raw Permalink Normal View History

2020-05-19 06:37:21 +02:00
output "public_ip" {
description = "Access Hashi Ui with port 3000"
value = "${aws_instance.master[0].*.public_ip}"
}