Fix doc lint errors in gcp_pubsub_subscription

This commit is contained in:
Chris Hawk 2025-01-10 14:52:33 -08:00
parent 25d53ff320
commit 5ebc615a48

View file

@ -93,7 +93,7 @@ options:
max_duration: max_duration:
description: 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 required: false
type: str type: str
max_bytes: max_bytes:
description: description:
@ -108,7 +108,7 @@ options:
output_format: output_format:
description: description:
- Specify the format of the output files that are to be stored in a Cloud Storage bucket as text or avro. - Specify the format of the output files that are to be stored in a Cloud Storage bucket as text or avro.
required: true required: false
type: str type: str
write_metadata: write_metadata:
description: description: