Skip to content

Commit

Permalink
change to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rajagopalans committed Oct 17, 2023
1 parent b4ced30 commit 272f8e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apstra/iba/probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (o IbaProbe) ResourceAttributes() map[string]resourceSchema.Attribute {
Computed: true,
},
"stages": resourceSchema.SetAttribute{
MarkdownDescription: "Description of the IBA Probe",
MarkdownDescription: "Set of names of stages in the IBA Probe",
Computed: true,
ElementType: types.StringType,
},
Expand Down
6 changes: 3 additions & 3 deletions docs/resources/iba_probe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
page_title: "apstra_iba_probe Resource - terraform-provider-apstra"
subcategory: ""
description: |-
This resource creates a IBA Dashboard.
This resource creates a IBA Probe.
---

# apstra_iba_probe (Resource)

This resource creates a IBA Dashboard.
This resource creates a IBA Probe.

## Example Usage

Expand Down Expand Up @@ -77,4 +77,4 @@ output "o"{
- `description` (String) Description of the IBA Probe
- `id` (String) IBA Probe ID.
- `name` (String) IBA Probe Name.
- `stages` (Set of String) Description of the IBA Probe
- `stages` (Set of String) set of stages in the IBA Probe

0 comments on commit 272f8e0

Please sign in to comment.