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

fix: provide envelope for http rules #167

Closed AndyTWF closed 1 year ago

AndyTWF commented 1 year ago

Previously, passing "enveloped" to a rule target, when that rule was a standard webhook/HTTP rule it would be ignored.

Now, the provider properly applies "enveloped" to the rule when the request_mode is "single".

Fixes #166