Skip to content

Commit

Permalink
chore: update from master
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed May 1, 2018
2 parents 4db776d + dace995 commit 95dc412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openshift/09-inventory.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data "template_file" "inventory" {
master_inventory = "${aws_instance.master.private_dns}"
master_hostname = "${aws_instance.master.private_dns}"
node1_hostname = "${aws_instance.node1.private_dns}"
node2_hostname = "${aws_instance.node1.private_dns}"
node2_hostname = "${aws_instance.node2.private_dns}"
cluster_id = "${var.cluster_id}"
}
}
Expand Down

0 comments on commit 95dc412

Please sign in to comment.