From a27ca5f788da469cdf0f603b290ff68aa4b65188 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 21 Jun 2021 10:14:35 -0700 Subject: [PATCH] remove duplicate word from spanner docs (#4896) (#433) Co-authored-by: Vitalii Turovets Signed-off-by: Modular Magician Co-authored-by: Vitalii Turovets --- plugins/modules/gcp_spanner_instance.py | 12 ++++++------ plugins/modules/gcp_spanner_instance_info.py | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/modules/gcp_spanner_instance.py b/plugins/modules/gcp_spanner_instance.py index ccda5aa..43235db 100644 --- a/plugins/modules/gcp_spanner_instance.py +++ b/plugins/modules/gcp_spanner_instance.py @@ -56,9 +56,9 @@ options: config: description: - The name of the instance's configuration (similar but not quite the same as - a region) which defines defines the geographic placement and replication of - your databases in this instance. It determines where your data is stored. Values - are typically of the form `regional-europe-west1` , `us-central` etc. + a region) which defines the geographic placement and replication of your databases + in this instance. It determines where your data is stored. Values are typically + of the form `regional-europe-west1` , `us-central` etc. - In order to obtain a valid list please consult the [Configuration section of the docs](U(https://cloud.google.com/spanner/docs/instances)). required: true @@ -159,9 +159,9 @@ name: config: description: - The name of the instance's configuration (similar but not quite the same as a - region) which defines defines the geographic placement and replication of your - databases in this instance. It determines where your data is stored. Values are - typically of the form `regional-europe-west1` , `us-central` etc. + region) which defines the geographic placement and replication of your databases + in this instance. It determines where your data is stored. Values are typically + of the form `regional-europe-west1` , `us-central` etc. - In order to obtain a valid list please consult the [Configuration section of the docs](U(https://cloud.google.com/spanner/docs/instances)). returned: success diff --git a/plugins/modules/gcp_spanner_instance_info.py b/plugins/modules/gcp_spanner_instance_info.py index abb5e8e..eef051b 100644 --- a/plugins/modules/gcp_spanner_instance_info.py +++ b/plugins/modules/gcp_spanner_instance_info.py @@ -113,9 +113,9 @@ resources: config: description: - The name of the instance's configuration (similar but not quite the same as - a region) which defines defines the geographic placement and replication of - your databases in this instance. It determines where your data is stored. - Values are typically of the form `regional-europe-west1` , `us-central` etc. + a region) which defines the geographic placement and replication of your databases + in this instance. It determines where your data is stored. Values are typically + of the form `regional-europe-west1` , `us-central` etc. - In order to obtain a valid list please consult the [Configuration section of the docs](U(https://cloud.google.com/spanner/docs/instances)). returned: success