Skip to content

Commit

Permalink
Merge pull request #683 from Juniper/bug/682-fix-markdown-description
Browse files Browse the repository at this point in the history
Fix markdown description for `apstra_agents` data source (copypasta problem)
  • Loading branch information
chrismarget-j authored Jun 21, 2024
2 parents 5bb3aaf + d5cd829 commit eeca0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apstra/data_source_agents.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (o *dataSourceAgents) Schema(_ context.Context, _ datasource.SchemaRequest,
"All of the `filter` attributes are optional.",
Attributes: map[string]schema.Attribute{
"ids": schema.SetAttribute{
MarkdownDescription: "Set of Routing Zone IDs",
MarkdownDescription: "Set of Agent IDs",
Computed: true,
ElementType: types.StringType,
},
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data "apstra_agents" "agents" {

### Read-Only

- `ids` (Set of String) Set of Routing Zone IDs
- `ids` (Set of String) Set of Agent IDs

<a id="nestedatt--filter"></a>
### Nested Schema for `filter`
Expand Down

0 comments on commit eeca0d5

Please sign in to comment.