Skip to content

Commit

Permalink
Fix typo in resource policy docs (#4481) (#8442)
Browse files Browse the repository at this point in the history
* mark field as updatable

Co-authored-by: upodroid <[email protected]>

* Fix resource policy documenation

Co-authored-by: upodroid <[email protected]>

* fix dodgy change

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Feb 10, 2021
1 parent afa45f8 commit 08aeed0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/4481.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_compute_resource_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ which cannot be a dash.`,
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Description: `Policy for creating snapshots of persistent disks.`,
Description: `Resource policy for instances used for placement configuration.`,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_resource_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The following arguments are supported:

* `group_placement_policy` -
(Optional)
Policy for creating snapshots of persistent disks.
Resource policy for instances used for placement configuration.
Structure is documented below.

* `region` -
Expand Down

0 comments on commit 08aeed0

Please sign in to comment.