nukosuke/terraform-provider-zendesk

Implement resourceZendeskTicketFieldRead

Closed this issue · 2 comments

Need to be able to read ticket field resources in order to properly support resource imports.

Currently resourceZendeskTicketFieldRead is an empty function that just returns nil.

Ask is to make that function actually call the Zendesk API to get the specified resource using its ID.

ref: #22

going to start working on update and delete as part of this as well