Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed May 20, 2022
1 parent 4435e6e commit 81904c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/redshift/hsm_client_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func resourceHsmClientCertificateCreate(d *schema.ResourceData, meta interface{}
return fmt.Errorf("error creating Redshift Hsm Client Certificate (%s): %s", certIdentifier, err)
}

d.SetId(*out.HsmClientCertificate.HsmClientCertificateIdentifier)
d.SetId(aws.StringValue(out.HsmClientCertificate.HsmClientCertificateIdentifier))

return resourceHsmClientCertificateRead(d, meta)
}
Expand Down

0 comments on commit 81904c6

Please sign in to comment.