diff --git a/plugins/modules/gcp_bigquery_dataset.py b/plugins/modules/gcp_bigquery_dataset.py index 074a91f..c25dabc 100644 --- a/plugins/modules/gcp_bigquery_dataset.py +++ b/plugins/modules/gcp_bigquery_dataset.py @@ -81,8 +81,8 @@ options: type: str special_group: description: - - A special group to grant access to. - - 'Possible values include: * `projectOwners`: Owners of the enclosing project.' + - 'A special group to grant access to. Possible values include: * `projectOwners`: + Owners of the enclosing project.' - "* `projectReaders`: Readers of the enclosing project." - "* `projectWriters`: Writers of the enclosing project." - "* `allAuthenticatedUsers`: All authenticated BigQuery users. ." @@ -301,8 +301,8 @@ access: type: str specialGroup: description: - - A special group to grant access to. - - 'Possible values include: * `projectOwners`: Owners of the enclosing project.' + - 'A special group to grant access to. Possible values include: * `projectOwners`: + Owners of the enclosing project.' - "* `projectReaders`: Readers of the enclosing project." - "* `projectWriters`: Writers of the enclosing project." - "* `allAuthenticatedUsers`: All authenticated BigQuery users. ." diff --git a/plugins/modules/gcp_bigquery_dataset_info.py b/plugins/modules/gcp_bigquery_dataset_info.py index bfb18f9..83b2adc 100644 --- a/plugins/modules/gcp_bigquery_dataset_info.py +++ b/plugins/modules/gcp_bigquery_dataset_info.py @@ -137,8 +137,8 @@ resources: type: str specialGroup: description: - - A special group to grant access to. - - 'Possible values include: * `projectOwners`: Owners of the enclosing project.' + - 'A special group to grant access to. Possible values include: * `projectOwners`: + Owners of the enclosing project.' - "* `projectReaders`: Readers of the enclosing project." - "* `projectWriters`: Writers of the enclosing project." - "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."