Closed rjeczalik closed 8 years ago
This PR adds support for fetch api, extended version of uris one.
fetch
uris
Example usage:
resource "marathon_app" "app" { ... fetch { uri = "https://s3.amazonaws.com/bucket/exec.gz" executable = true extract = true } ... }
Can one of the admins verify this patch?
Thanks!
This PR adds support for
fetch
api, extended version ofuris
one.Example usage: