diff --git a/apstra/resource_managed_device.go b/apstra/resource_managed_device.go index 46547ec5..043bc4f2 100644 --- a/apstra/resource_managed_device.go +++ b/apstra/resource_managed_device.go @@ -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(), diff --git a/docs/resources/managed_device.md b/docs/resources/managed_device.md index d495af5a..0186376a 100644 --- a/docs/resources/managed_device.md +++ b/docs/resources/managed_device.md @@ -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