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

Add `exchange` parameter to AMQP External Rule #170

Closed graham-russell closed 8 months ago

graham-russell commented 8 months ago

This commit adds an exchange parameter to the ably_rule_amqp_external Resource.

The exchange parameter allows specifying a RabbitMQ exchange. If required, this parameter supports interpolation. See Ably FAQ for information. If RabbitMQ exchanges are not used, this parameter should not be specified in the Terraform resource.

Addresses https://github.com/ably/terraform-provider-ably/issues/159