We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b692b9e commit fc32446Copy full SHA for fc32446
1 file changed
website/source/docs/provisioners/remote-exec.html.markdown
@@ -22,7 +22,7 @@ resource "aws_instance" "web" {
22
provisioner "remote-exec" {
23
inline = [
24
"puppet apply",
25
- "consul join ${aws_instance.web.private_ip}",
+ "consul join ${aws_instance.web.private_ip}"
26
]
27
}
28
0 commit comments