Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: recreate missing replication policy
Fixes an issue when the replication policy can not be recreated if it was deleted outside of the Terraform code. To reproduce an issue you need to create a replication policy as it's described in the documentation https://registry.terraform.io/providers/BESTSELLER/harbor/latest/docs/resources/replication After the creation go to the Harbor web interface, delete the replication policy, and try to execute `terraform plan` or `terraform apply` again. It will fail with the error: `Error: Resource not found /replication/policies/1` The same fix was applied in PR #125 for other resources.
- Loading branch information