-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add dead letter policy to pubsub #5522
Add dead letter policy to pubsub #5522
Comments
I can work on this if there's no objection to adding a feature which is publicly available, but isn't publicly documented just yet (it's just a delay in updating the webpage). |
Hey @maroux, that's totally fine! Thanks for helping. You can read more about contributing at https://github.com/terraform-providers/terraform-provider-google/blob/master/.github/CONTRIBUTING.md. The pubsub subscription resource is a generated one, so you'll want to make your changes at https://github.com/GoogleCloudPlatform/magic-modules. Assigning to hashibot to show this is being worked on. |
Oh cool apparently I don't need to assign to hashibot anymore. It's yours! |
Hey @maroux, just checking in here. Did you still want to contribute this, or should I unassign you? |
hey @danawillow - I was waiting to get access to DLQ beta so I don't work blind but reps are being slow. Happy for someone else to take over if they're willing. |
Got it, I didn't realize the feature wasn't public yet. We generally try to keep the provider for publicly available features only, so might just be best to wait for a public beta. |
This seems to be available in v285:
|
@danawillow submitted PR upstream based on discovery endpoint for v1. Using this feature heavily :-) I've tested it against our GCP project and it seems working. |
ah thanks @shaxbee I missed that. |
Documentation should be updated with DLQ details, currently documentation does not updated with DLQ details |
@nareshgnT I see the documentation here: https://www.terraform.io/docs/providers/google/r/pubsub_subscription.html |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
Pubsub recently added native support for dead letter policy and it went GA today. The API does support it but it's not documented here yet, but can be seen in the discovery document.
New or Affected Resource(s)
Potential Terraform Configuration
References
From gcloud v278.0.0 release notes (which haven't been updated on the website yet):
The text was updated successfully, but these errors were encountered: