diff --git a/apstra/iba/probe.go b/apstra/iba/probe.go index a5815f59..341d424a 100644 --- a/apstra/iba/probe.go +++ b/apstra/iba/probe.go @@ -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, }, diff --git a/docs/resources/iba_probe.md b/docs/resources/iba_probe.md index a7109164..e1d7985c 100644 --- a/docs/resources/iba_probe.md +++ b/docs/resources/iba_probe.md @@ -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 @@ -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