spacelift-io / terraform-provider-spacelift

Terraform provider to interact with Spacelift
MIT License
74 stars 28 forks source link

Fix deleting non-existing stack dependency references #538

Closed marcinwyszynski closed 5 months ago

marcinwyszynski commented 5 months ago

Description of the change

If the stack or the dependency is removed manually, it will not be possible to delete stack dependency reference. Throughout the rest of the provider we use a consistent pattern of just removing these resources from the state, and not treating it as an error. We will emit a warning here in case anyone misses the old error messages, but otherwise let's have this resource behave like all other resources.

Type of change

Checklists

Development

Code review