Skip to content

Commit c91be32

Browse files
fix resource description
1 parent 7d51440 commit c91be32

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/resources/pnp_import_devices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "catalystcenter_pnp_import_devices Resource - terraform-provider-catalystcenter"
44
subcategory: "Plug and Play"
55
description: |-
6-
This resource adds devices to PNP in bulk file on the chosen network device (upgrade the software on the device). Every time this resource is created or re-created, the Catalyst Center considers adding new devices to PNP. When this resource is destroyed or updated or refreshed, no actions are done either on CatalystCenter or on devices
6+
This resource adds devices to PNP in bulk. Every time this resource is created or re-created, the Catalyst Center considers adding new devices to PNP. When this resource is destroyed or updated or refreshed, no actions are done either on CatalystCenter or on devices
77
---
88

99
# catalystcenter_pnp_import_devices (Resource)
1010

11-
This resource adds devices to PNP in bulk file on the chosen network device (upgrade the software on the device). Every time this resource is created or re-created, the Catalyst Center considers adding new devices to PNP. When this resource is destroyed or updated or refreshed, no actions are done either on CatalystCenter or on devices
11+
This resource adds devices to PNP in bulk. Every time this resource is created or re-created, the Catalyst Center considers adding new devices to PNP. When this resource is destroyed or updated or refreshed, no actions are done either on CatalystCenter or on devices
1212

1313
## Example Usage
1414

gen/definitions/pnp_import_devices.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: PnP Import Devices
33
rest_endpoint: /dna/intent/api/v1/onboarding/pnp-device/import
4-
res_description: 'This resource adds devices to PNP in bulk file on the chosen network device (upgrade the software on the device).
4+
res_description: 'This resource adds devices to PNP in bulk.
55
Every time this resource is created or re-created, the Catalyst Center considers adding new devices to PNP.
66
When this resource is destroyed or updated or refreshed, no actions are done either on CatalystCenter or on devices'
77
no_data_source: true

internal/provider/resource_catalystcenter_pnp_import_devices.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func (r *PnPImportDevicesResource) Metadata(ctx context.Context, req resource.Me
5454
func (r *PnPImportDevicesResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) {
5555
resp.Schema = schema.Schema{
5656
// This description is used by the documentation generator and the language server.
57-
MarkdownDescription: helpers.NewAttributeDescription("This resource adds devices to PNP in bulk file on the chosen network device (upgrade the software on the device). Every time this resource is created or re-created, the Catalyst Center considers adding new devices to PNP. When this resource is destroyed or updated or refreshed, no actions are done either on CatalystCenter or on devices").String,
57+
MarkdownDescription: helpers.NewAttributeDescription("This resource adds devices to PNP in bulk. Every time this resource is created or re-created, the Catalyst Center considers adding new devices to PNP. When this resource is destroyed or updated or refreshed, no actions are done either on CatalystCenter or on devices").String,
5858

5959
Attributes: map[string]schema.Attribute{
6060
"id": schema.StringAttribute{

0 commit comments

Comments
 (0)