From 6b5566f4e9969ab9e5d7885cdff2422c3ee0ae80 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Wed, 10 Feb 2021 22:04:45 +0000 Subject: [PATCH] Fix typo in resource policy docs (#4481) * mark field as updatable Co-authored-by: upodroid * Fix resource policy documenation Co-authored-by: upodroid * fix dodgy change Signed-off-by: Modular Magician --- .changelog/4481.txt | 3 +++ google/resource_compute_resource_policy.go | 2 +- website/docs/r/compute_resource_policy.html.markdown | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changelog/4481.txt diff --git a/.changelog/4481.txt b/.changelog/4481.txt new file mode 100644 index 00000000000..c054514f8fa --- /dev/null +++ b/.changelog/4481.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/google/resource_compute_resource_policy.go b/google/resource_compute_resource_policy.go index bed38924e8a..9c1099d236a 100644 --- a/google/resource_compute_resource_policy.go +++ b/google/resource_compute_resource_policy.go @@ -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{ diff --git a/website/docs/r/compute_resource_policy.html.markdown b/website/docs/r/compute_resource_policy.html.markdown index 48824029fd5..b6d4c25832d 100644 --- a/website/docs/r/compute_resource_policy.html.markdown +++ b/website/docs/r/compute_resource_policy.html.markdown @@ -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` -