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 read and delete functions #139

Closed Morganamilo closed 1 year ago

Morganamilo commented 1 year ago

When a resource was deleted, the read function would report no change instead of setting the state to null.

The delete function would throw an error if the resource had already been deleted, instead of just continuing.

graham-russell commented 1 year ago

Just to understand, when you say "When a resource was deleted,", does this refer to a resource being removed by a process other than terraform?

Morganamilo commented 1 year ago

Yep.