terraform-provider-marathon icon indicating copy to clipboard operation
terraform-provider-marathon copied to clipboard

a Terraform (http://terraform.io) provider for interacting with Marathon (https://mesosphere.github.io/marathon/)

Results 7 terraform-provider-marathon issues
Sort by recently updated
recently updated
newest added

I don't know if marathon is ready to start joining core, but if it is I'd like to help with the process. If we want to not actually be in...

question

I ran the hello-world example in the readme and the app gets created, but `terraform apply` command doesn't terminate. After some debugging using TF_LOG=TRACE I noticed this in the output,...

Could you update dependency versions - especially github.com/gambol99/go-marathon to reach newly added parameters.

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...

enhancement

When I run terraform (including the marathon provider plugin) plan against an existing state, the following error occurs: ``` Refreshing Terraform state in-memory prior to plan... The refreshed state will...

bug

Currently `request_timeout` (configured here [0]) is overwritten with `deployment_timeout` [1]. Two questions: - should the effective timeout be `min(request_timeout, deployment_timeout)`? - if request_timeout < deployment_timeout (for my use-case deploying takes...