Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://github.com/ansible-collections/google.cloud/issues/657 #658

Merged
merged 6 commits into from
Nov 12, 2024

Conversation

lsieradzki
Copy link

@lsieradzki lsieradzki commented Nov 8, 2024

SUMMARY

#657

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

gcp_pubsub_subscription

ADDITIONAL INFORMATION

@lsieradzki
Copy link
Author

I am unable to resolve the conflict but this is the correct part which should be accepted:

- name: Update cloudStorageConfig of a subscription that already exists
  google.cloud.gcp_pubsub_subscription:
    name: "{{ resource_name }}"
    topic: "{{ topic }}"
    ack_deadline_seconds: 300
    cloud_storage: {
      bucket: "topic-subscription-bucket",
      file_prefix: "test_",
      file_suffix: "_test",
      max_bytes: 10737418240,
      max_duration: "600s",
      output_format: "avro",
      write_metadata: true
    }

@khukln-k
Copy link

Hi @SirGitsalot,
Are you able to look here? It's a small game changer!

@SirGitsalot SirGitsalot self-assigned this Nov 12, 2024
@SirGitsalot SirGitsalot merged commit 850e4c6 into ansible-collections:master Nov 12, 2024
13 checks passed
@lsieradzki lsieradzki deleted the feature/#657 branch November 12, 2024 09:03
@lsieradzki
Copy link
Author

Hey. Thank you guys for a quick reaction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants