From 94a887090cb90038aa3dfaa5699f93271d0fdcaa Mon Sep 17 00:00:00 2001 From: Arthur de Moulins Date: Tue, 24 Oct 2023 16:58:37 +0200 Subject: [PATCH] WIP --- internal/provider/resource_sodium_key_pair.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/provider/resource_sodium_key_pair.go b/internal/provider/resource_sodium_key_pair.go index a05dfab..a5d6921 100644 --- a/internal/provider/resource_sodium_key_pair.go +++ b/internal/provider/resource_sodium_key_pair.go @@ -4,7 +4,6 @@ import ( "context" "fmt" - "github.com/hashicorp/terraform-plugin-framework/path" "github.com/hashicorp/terraform-plugin-framework/resource" "github.com/hashicorp/terraform-plugin-framework/resource/schema" "github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"