website: Fixing typo

This commit is contained in:
Armon Dadgar 2014-07-24 14:40:34 -04:00
parent a6e536c718
commit e2aeacc8d2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ resource "aws_instance" "web" {
provisioner "remote-exec" { provisioner "remote-exec" {
inline = [ inline = [
"puppet apply", "puppet apply",
"consul join ${aws_instance.web.private_ip", "consul join ${aws_instance.web.private_ip}",
] ]
} }
} }