We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f9bd3 commit 913e56dCopy full SHA for 913e56d
godaddy/table_godaddy_certificate.go
@@ -16,7 +16,7 @@ func tableGodaddyCertificate(_ context.Context) *plugin.Table {
16
Name: "godaddy_certificate",
17
Description: "Returns information about the GoDaddy certificate by customer.",
18
List: &plugin.ListConfig{
19
- Hydrate: getCertificate,
+ Hydrate: listCertificates,
20
KeyColumns: plugin.KeyColumnSlice{
21
{
22
Name: "customer_id",
0 commit comments