This commit is contained in:
parent
ec57a47ba2
commit
ba5761e973
3 changed files with 28 additions and 11 deletions
|
@ -39,7 +39,12 @@ func (r *TorFamilyIdentityResource) Metadata(ctx context.Context, req resource.M
|
|||
|
||||
func (r *TorFamilyIdentityResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) {
|
||||
resp.Schema = schema.Schema{
|
||||
MarkdownDescription: "Generates a Tor family identity key as described in proposal 321 (Happy Families).",
|
||||
MarkdownDescription: `Generates a Tor family identity key as described in proposal 321 (Happy Families).
|
||||
|
||||
### References
|
||||
- https://community.torproject.org/relay/setup/post-install/family-ids/
|
||||
- https://gitlab.torproject.org/tpo/core/torspec/-/blob/main/proposals/321-happy-families.md
|
||||
`,
|
||||
|
||||
Attributes: map[string]schema.Attribute{
|
||||
"id": schema.StringAttribute{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue