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

Expose `exchange` for AMQP rule #159

Closed jamienewcomb closed 6 months ago

jamienewcomb commented 1 year ago

We have added a new customisable interpolable field to a Rule , where a customer can essentially specify a key for the rabbitMQ exchange they wish to route to (the field is exchange , and behaves identically to the routingKey behind the scenes in terms of the interpolation available) .

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-3336

graham-russell commented 6 months ago

This is done. It is available in v0.6.1 of the Ably Terraform provider.