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

Make channel filter optional #152

Closed Morganamilo closed 1 year ago

Morganamilo commented 1 year ago

The control API still expects an empty string non a null. So convert empty string values to terraform nulls.

Fixes #151