diff --git a/plugins/modules/gcp_cloudscheduler_job.py b/plugins/modules/gcp_cloudscheduler_job.py index a54e0c2..d6d90a3 100644 --- a/plugins/modules/gcp_cloudscheduler_job.py +++ b/plugins/modules/gcp_cloudscheduler_job.py @@ -127,9 +127,9 @@ options: suboptions: topic_name: description: - - The name of the Cloud Pub/Sub topic to which messages will be published - when a job is delivered. The topic name must be in the same format as required - by PubSub's PublishRequest.name, for example projects/PROJECT_ID/topics/TOPIC_ID. + - '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: @@ -427,9 +427,9 @@ pubsubTarget: contains: topicName: description: - - The name of the Cloud Pub/Sub topic to which messages will be published when - a job is delivered. The topic name must be in the same format as required - by PubSub's PublishRequest.name, for example projects/PROJECT_ID/topics/TOPIC_ID. + - '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 2a280c9..51e3848 100644 --- a/plugins/modules/gcp_cloudscheduler_job_info.py +++ b/plugins/modules/gcp_cloudscheduler_job_info.py @@ -187,9 +187,10 @@ resources: contains: topicName: description: - - The name of the Cloud Pub/Sub topic to which messages will be published - when a job is delivered. The topic name must be in the same format as - required by PubSub's PublishRequest.name, for example projects/PROJECT_ID/topics/TOPIC_ID. + - '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: