fix: Fixed handling of removed resources when reading from client

This commit is contained in:
Patrick Sy 2025-11-17 16:31:11 +01:00
parent 3ad1d4ec60
commit ec291c6447
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E
8 changed files with 22 additions and 10 deletions

View file

@ -5,7 +5,7 @@ import (
"flag"
"log"
"github.com/DevFW-CICD/terraform-provider-edge-connect/internal/provider"
"edp.buildth.ing/DevFW-CICD/terraform-provider-edge-connect/internal/provider"
"github.com/hashicorp/terraform-plugin-framework/providerserver"
)