Skip to content

Commit

Permalink
output error
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene authored Jul 26, 2018
1 parent 0ade778 commit 0c45bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-packer-demo/output.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
output "jenkins-ip" {
value = "${aws_instance.jenkins-instance.*.public_ip}"
value = ["${aws_instance.jenkins-instance.*.public_ip}"]
}
output "app-ip" {
value = "${aws_instance.app-instance.*.public_ip}"
value = ["${aws_instance.app-instance.*.public_ip}"]
}

0 comments on commit 0c45bea

Please sign in to comment.