-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Description
terraform-tutorial/2h_Exercise/answers.tf
Line 71 in 9fb6a30
| value = "${aws_instance.frontend.public_ip}" |
The output block should be the following:
output "frontend_ips" {
value = "${aws_instance.frontend.*.public_ip}"
}
Metadata
Metadata
Assignees
Labels
No labels