diff --git a/plugins/modules/gcp_cloudscheduler_job.py b/plugins/modules/gcp_cloudscheduler_job.py index 49b86f85b..efb2652d3 100644 --- a/plugins/modules/gcp_cloudscheduler_job.py +++ b/plugins/modules/gcp_cloudscheduler_job.py @@ -141,9 +141,9 @@ suboptions: topic_name: description: - - 'The full resource name for the Cloud Pub/Sub topic to which messages will - be published when a job is delivered. ~>**NOTE**: The topic name must be - in the same format as required by PubSub''s PublishRequest.name, e.g. `projects/my-project/topics/my-topic`.' + - The full resource name for the Cloud Pub/Sub topic to which messages will + be published when a job is delivered. ~>**NOTE:** The topic name must be + in the same format as required by PubSub's PublishRequest.name, e.g. `projects/my-project/topics/my-topic`. required: true type: str data: @@ -455,9 +455,9 @@ contains: topicName: description: - - 'The full resource name for the Cloud Pub/Sub topic to which messages will - be published when a job is delivered. ~>**NOTE**: The topic name must be in - the same format as required by PubSub''s PublishRequest.name, e.g. `projects/my-project/topics/my-topic`.' + - The full resource name for the Cloud Pub/Sub topic to which messages will + be published when a job is delivered. ~>**NOTE:** The topic name must be in + the same format as required by PubSub's PublishRequest.name, e.g. `projects/my-project/topics/my-topic`. returned: success type: str data: diff --git a/plugins/modules/gcp_cloudscheduler_job_info.py b/plugins/modules/gcp_cloudscheduler_job_info.py index 720829224..a372899a2 100644 --- a/plugins/modules/gcp_cloudscheduler_job_info.py +++ b/plugins/modules/gcp_cloudscheduler_job_info.py @@ -200,10 +200,10 @@ contains: topicName: description: - - 'The full resource name for the Cloud Pub/Sub topic to which messages - will be published when a job is delivered. ~>**NOTE**: The topic name - must be in the same format as required by PubSub''s PublishRequest.name, - e.g. `projects/my-project/topics/my-topic`.' + - The full resource name for the Cloud Pub/Sub topic to which messages will + be published when a job is delivered. ~>**NOTE:** The topic name must + be in the same format as required by PubSub's PublishRequest.name, e.g. + `projects/my-project/topics/my-topic`. returned: success type: str data: