aiven / terraform-provider-aiven

Aiven Terraform Provider
https://registry.terraform.io/providers/aiven/aiven/latest/docs
MIT License
126 stars 69 forks source link

fix(flink): poll application deployment deletion #1611

Closed byashimov closed 6 months ago

byashimov commented 6 months ago

Tests run fast and fail to delete Flink Application Deployment in transitional statuses. The state machine for this type of resource is quite complicated. Instead of trying to replicate the transition flow this PR proposes different approach: it calls deletion over and over until succeeds or exceeds context timeout.