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

Use set instead of list for capabilities #142

Closed Morganamilo closed 1 year ago

Morganamilo commented 1 year ago

The capabilities list seems to be unordered and will actually be returned in a different order than orifinally specified. Make this a set so terraform does not complain about the order mismatch.