ably / terraform-provider-ably

Ably's Terraform Provider, enabling you to manage your Ably account programmatically.
https://registry.terraform.io/providers/ably/ably
Apache License 2.0
11 stars 2 forks source link

TTL does not go back to default when going from specified -> null #149

Open Morganamilo opened 1 year ago

Morganamilo commented 1 year ago

with the control API the docs for amqp/externa->target->message_ttl is "You can optionally override the default TTL on a queue and specify a TTL in minutes for messages to be persisted. It is unusual to change the default TTL, so if this field is left empty, the default TTL for the queue will be used."

However if I create a rule with a set TTL then update it and leave TTL empty. It keeps the TTL i specified on creation instead of reverting to queue default.

sync-by-unito[bot] commented 1 year ago

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-2978