Skip to content

Commit cd2e16c

Browse files
docs: Correct google_firestore_backup_schedule recurrence descriptions (#10295) (#7152)
[upstream:5886ea47e0f7a810c67f86869c559409a6410188] Signed-off-by: Modular Magician <[email protected]>
1 parent 00d3dce commit cd2e16c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.changelog/10295.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

google-beta/services/firestore/resource_firestore_backup_schedule.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For a daily backup recurrence, set this to a value up to 7 days. If you set a we
6666
Type: schema.TypeList,
6767
Optional: true,
6868
ForceNew: true,
69-
Description: `For a schedule that runs daily at a specified time.`,
69+
Description: `For a schedule that runs daily.`,
7070
MaxItems: 1,
7171
Elem: &schema.Resource{
7272
Schema: map[string]*schema.Schema{},
@@ -84,7 +84,7 @@ For a daily backup recurrence, set this to a value up to 7 days. If you set a we
8484
Type: schema.TypeList,
8585
Optional: true,
8686
ForceNew: true,
87-
Description: `For a schedule that runs weekly on a specific day and time.`,
87+
Description: `For a schedule that runs weekly on a specific day.`,
8888
MaxItems: 1,
8989
Elem: &schema.Resource{
9090
Schema: map[string]*schema.Schema{

website/docs/r/firestore_backup_schedule.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ The following arguments are supported:
101101

102102
* `daily_recurrence` -
103103
(Optional)
104-
For a schedule that runs daily at a specified time.
104+
For a schedule that runs daily.
105105

106106
* `weekly_recurrence` -
107107
(Optional)
108-
For a schedule that runs weekly on a specific day and time.
108+
For a schedule that runs weekly on a specific day.
109109
Structure is [documented below](#nested_weekly_recurrence).
110110

111111
* `database` -

0 commit comments

Comments
 (0)