CiscoDevNet / terraform-provider-fmc

Terraform Provider for FMC
https://registry.terraform.io/providers/CiscoDevNet/fmc/latest/docs
Mozilla Public License 2.0
16 stars 31 forks source link

correct the deadlock issues when ressource was deleted outside tf #26

Closed yvmo closed 1 year ago

yvmo commented 1 year ago

correct the deadlock issues when ressources is deleted outside terraform, so the ressource will be recreated instead of throwing irremediable error. This apply for most of the ressources.

jeroenwittock commented 1 year ago

Created a branch of develop for this fix. We will merge into develop soon and it should end up into main in the near future.