krystal / terraform-provider-katapult

Terraform Provider for Katapult.
https://registry.terraform.io/providers/krystal/katapult/latest/docs
MIT License
5 stars 2 forks source link

fix(load-balancer): handle removal of all resource IDs #132

Closed jimehk closed 4 months ago

jimehk commented 4 months ago

The plan modifier had a bug where it would not correctly pick up full removal of all resource IDs. This was due to the given plan still containing the old value when it has been removed. Hence we need to check the current config value as well to detect full removal.