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

Add option to specify a marathon json file #61

Open luisdavim opened 7 years ago

luisdavim commented 7 years ago

Instead of defining the whole marathon configuration directly in the resource, it would be nice if we could define something like:

json_config_path = "/path/to/marathon.json"

and the resource would read the parameters from there.