Skip to content

Commit

Permalink
fix: persistence config description (#6743) (#12958)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Nov 7, 2022
1 parent 3d8ad9e commit 30fbef4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/6743.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/resource_redis_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ resolution and up to nine fractional digits.`,
Type: schema.TypeList,
Computed: true,
Optional: true,
Description: `Maintenance policy for an instance.`,
Description: `Persistence configuration for an instance.`,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/redis_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ The following arguments are supported:

* `persistence_config` -
(Optional)
Maintenance policy for an instance.
Persistence configuration for an instance.
Structure is [documented below](#nested_persistence_config).

* `maintenance_policy` -
Expand Down

0 comments on commit 30fbef4

Please sign in to comment.