Retry Policy Options for a Pub/Sub subscription under terraform scripts

Hi,

I would like to know how to add retry policy options for pub/sub subscription with --max-retry-delay and --min-retry-delay as it is available in Google cloud SDK. Are these argument references are supported in the terraform : https://www.terraform.io/docs/providers/google/r/pubsub_subscription.html

For further reference :
https://cloud.google.com/sdk/gcloud/reference/pubsub/subscriptions/create

2 Likes

Also interested in this topic, seems like not supported in terraform yet :frowning: , but I hope they will soon.

Looks like they support now: https://www.terraform.io/docs/providers/google/r/pubsub_subscription.html