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

go get github.com/Banno/terraform-provider-marathon fails with config.go:23: marathonConfig.RequestTimeout undefined (type marathon.Config has no field or method RequestTimeout) #22

Closed wleese closed 8 years ago

wleese commented 8 years ago

go get github.com/Banno/terraform-provider-marathon fails with

config.go:23: marathonConfig.RequestTimeout undefined (type marathon.Config has no field or method RequestTimeout)go get github.com/Banno/terraform-provider-marathon fails with config.go:23: marathonConfig.RequestTimeout undefined (type marathon.Config has no field or method RequestTimeout)

seems this commit from go-marathon removed the RequestTimeout field: https://github.com/gambol99/go-marathon/commit/59ea034f253107645394d7e871a92c7503e12e7f

lamdor commented 8 years ago

This was fixed in https://github.com/Banno/terraform-provider-marathon/commit/35656b1c4038299b8e8df01214d0e940d4524f49