Commit af84af9
docs: correct maintenance_window recurrence weekday mapping
The recurrence schema description claimed "0-6 for Monday to Sunday"
(0 = Monday), but the cloud console scheduler maps the integer directly
via dayjs `.day()` (0 = Sunday ... 6 = Saturday), matching Go's
time.Weekday convention. The provider only round-trips recurrence as an
opaque string, so this is a doc-only correction.
Fixes the discrepancy reported in eng-support-tickets#4644 (Sympower):
Terraform/CRD docs said 0=Monday while the console renders/executes
0=Sunday. Updates both the resource and data-source descriptions and
regenerates docs/resources/pulsar_cluster.md.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 380b211 commit af84af9
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- cloud
- docs/resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments