0%
nukosuke on indirect
nukosuke on master
Update goreleaser/goreleaser-ac… (compare)
0%
0%
renovate[bot] on indirect
Update goreleaser/goreleaser-ac… (compare)
0%
nukosuke on indirect
nukosuke on master
Update module github.com/hashic… (compare)
0%
0%
I think you just need to add this property
https://github.com/terraform-providers/terraform-provider-aws/blob/master/renovate.json#L5
Also i was looking at the target code in the zendesk client. I am wondering if we should do a little refactoring to it.
https://developer.zendesk.com/rest_api/docs/support/targets#json-format
there are a bunch of different targets that need various information. Currently we are supporting that by adding a bunch of unnecessary fields to the target struct to support both web and email clients.
Should we try and refactor that to be 3 structs? Like a Target that contains the common properties an EmailTarget that has the email related stuff & a HTTPTarget that has all of the webhook stuff?
Also i was looking at the target code in the zendesk client
This feature was added at nukosuke/go-zendesk#137.
Should we try and refactor that to be 3 structs? Like a Target that contains the common properties an EmailTarget that has the email related stuff & a HTTPTarget that has all of the webhook stuff?
That's nice idea. I added the link to this conversation to nukosuke/terraform-provider-zendesk#184.
RWejlgaard
so he can run the tests on his own