From d719b0efaaeffe33f565ac9b495e8f606f555768 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Mon, 11 Nov 2024 16:49:34 -0800 Subject: [PATCH] Fix a YAML doc parsing error in gcp_pubsub_subscription.py --- plugins/modules/gcp_pubsub_subscription.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/gcp_pubsub_subscription.py b/plugins/modules/gcp_pubsub_subscription.py index 01c0147..41a0c2d 100644 --- a/plugins/modules/gcp_pubsub_subscription.py +++ b/plugins/modules/gcp_pubsub_subscription.py @@ -92,17 +92,17 @@ options: type: str max_duration: description: - - Subscription writes a new output file if the specified value of max duration is exceeded. Min: 60s, max: 600s. + - Subscription writes a new output file if the specified value of max duration is exceeded. Min 60s, max 600s. required: true type: str max_bytes: description: - - Cloud Storage Subscription writes a new output file if the specified value of max bytes is exceeded. Min: 1000, max: 10737418240. + - Cloud Storage Subscription writes a new output file if the specified value of max bytes is exceeded. Min 1000, max 10737418240. required: false type: int max_messages: description: - - Cloud Storage Subscription writes a new output file if the specified number of messages is exceeded. Min: 1000. + - Cloud Storage Subscription writes a new output file if the specified number of messages is exceeded. Min 1000. required: false type: int output_format: