Skip to content

Commit 59f4f68

Browse files
committed
fix markdown text
1 parent 5b05612 commit 59f4f68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apstra/blueprint/datacenter_routing_zone.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ func (o DatacenterRoutingZone) DataSourceAttributes() map[string]dataSourceSchem
5757
},
5858
},
5959
"blueprint_id": dataSourceSchema.StringAttribute{
60-
MarkdownDescription: "Apstra Blueprint ID. Required when `id` is omitted.",
60+
MarkdownDescription: "Apstra Blueprint ID.",
6161
Required: true,
6262
Validators: []validator.String{stringvalidator.LengthAtLeast(1)},
6363
},
6464
"name": dataSourceSchema.StringAttribute{
65-
MarkdownDescription: "Name displayed in the Apstra web UI.",
65+
MarkdownDescription: "Name displayed in the Apstra web UI. Required when `id` is omitted.",
6666
Computed: true,
6767
Optional: true,
6868
Validators: []validator.String{

docs/data-sources/datacenter_routing_zone.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ output "routing_zone" {
5454

5555
### Required
5656

57-
- `blueprint_id` (String) Apstra Blueprint ID. Required when `id` is omitted.
57+
- `blueprint_id` (String) Apstra Blueprint ID.
5858

5959
### Optional
6060

6161
- `id` (String) Apstra graph node ID. Required when `name` is omitted.
62-
- `name` (String) Name displayed in the Apstra web UI.
62+
- `name` (String) Name displayed in the Apstra web UI. Required when `id` is omitted.
6363

6464
### Read-Only
6565

0 commit comments

Comments
 (0)