My jobs run successfully, however when they're finished (machines are provisioned, IP's listening etc.) - Terraform just stays running, doing nothing but just running. Am I missing something? Is there an exit 0 or similar I can add to ensure it finishes and cleans up when done?
Thanks
Stephen
PD
unread,
Sep 29, 2015, 2:09:31 PM9/29/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Terraform
Not sure if this information is useful for you but I too faced similar problem while using "remote-exec" provisioner, terraform would not exit even after finishing the execution of commands listed in "remote-exec" resource, i added sleep command at the end of the command list and that did the trick.