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

[INF-3250] - Add `revocable_tokens` parameter to `ably_api_key` resource #171

Closed graham-russell closed 7 months ago

graham-russell commented 7 months ago

Ably API keys support token revocation. This commit updates the Ably Terraform provider to allow configuring token revocation for Ably Keys.

Ably key tests have also been updated with the Token revocation parameter.

More information on Token Revocation can be found in the Ably documentation