Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Dec 15, 2024
1 parent ee747c8 commit bb2ee6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apstra/ephemeral_api_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (o *ephemeralToken) Metadata(_ context.Context, req ephemeral.MetadataReque

func (o *ephemeralToken) Schema(_ context.Context, _ ephemeral.SchemaRequest, resp *ephemeral.SchemaResponse) {
resp.Schema = schema.Schema{
MarkdownDescription: docCategoryAuthentication + "This Ephemeral Resource retrieves a unique API token and invalidates it on exit.",
MarkdownDescription: docCategoryAuthentication + "This Ephemeral Resource retrieves a unique API token and (optionally) invalidates it on exit.",
Attributes: authentication.ApiToken{}.EphemeralAttributes(),
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/ephemeral-resources/api_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
page_title: "apstra_api_token Ephemeral Resource - terraform-provider-apstra"
subcategory: "Authentication"
description: |-
This Ephemeral Resource retrieves a unique API token and invalidates it on exit.
This Ephemeral Resource retrieves a unique API token and (optionally) invalidates it on exit.
---

# apstra_api_token (Ephemeral Resource)

This Ephemeral Resource retrieves a unique API token and invalidates it on exit.
This Ephemeral Resource retrieves a unique API token and (optionally) invalidates it on exit.


## Example Usage
Expand Down

0 comments on commit bb2ee6e

Please sign in to comment.