Skip to content

Commit

Permalink
Merge pull request #779 from Juniper/bug/778-whitespace
Browse files Browse the repository at this point in the history
Fix whitespace in `MarkdownDescription` string
  • Loading branch information
chrismarget-j authored Aug 13, 2024
2 parents cb1dae3 + cf9b642 commit 9132d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apstra/resource_managed_device.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (o *resourceManagedDevice) Configure(ctx context.Context, req resource.Conf

func (o *resourceManagedDevice) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse) {
resp.Schema = schema.Schema{
MarkdownDescription: docCategoryDevices + "This resource creates/installs an Agent for an Apstra Managed Device." +
MarkdownDescription: docCategoryDevices + "This resource creates/installs an Agent for an Apstra Managed Device. " +
"Optionally, it will 'Acknowledge' the discovered system if the `device key` (serial number)" +
"reported by the agent matches the optional `device_key` field.",
Attributes: systemAgents.ManagedDevice{}.ResourceAttributes(),
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/managed_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
page_title: "apstra_managed_device Resource - terraform-provider-apstra"
subcategory: "Devices"
description: |-
This resource creates/installs an Agent for an Apstra Managed Device.Optionally, it will 'Acknowledge' the discovered system if the device key (serial number)reported by the agent matches the optional device_key field.
This resource creates/installs an Agent for an Apstra Managed Device. Optionally, it will 'Acknowledge' the discovered system if the device key (serial number)reported by the agent matches the optional device_key field.
---

# apstra_managed_device (Resource)

This resource creates/installs an Agent for an Apstra Managed Device.Optionally, it will 'Acknowledge' the discovered system if the `device key` (serial number)reported by the agent matches the optional `device_key` field.
This resource creates/installs an Agent for an Apstra Managed Device. Optionally, it will 'Acknowledge' the discovered system if the `device key` (serial number)reported by the agent matches the optional `device_key` field.


## Example Usage
Expand Down

0 comments on commit 9132d0e

Please sign in to comment.