nicgrayson / terraform-provider-marathon

a Terraform (http://terraform.io) provider for interacting with Marathon (https://mesosphere.github.io/marathon/)
MIT License
59 stars 24 forks source link

Use the event stream to determine deployment status #36

Closed wleese closed 8 years ago

wleese commented 8 years ago

An alternative fix for https://github.com/Banno/terraform-provider-marathon/issues/34

Avoid the fickle deployments api and use the Events api instead.

banno-autobot commented 8 years ago

Can one of the admins verify this patch?