From 4f3b923a03381ac268ab9dda6e8ee770eb671540 Mon Sep 17 00:00:00 2001 From: Tanmay Rustagi Date: Mon, 29 Jul 2024 02:01:08 +0200 Subject: [PATCH] - --- common/customizable_schema_plugin_framework_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/customizable_schema_plugin_framework_test.go b/common/customizable_schema_plugin_framework_test.go index b84dfb90e2..fc49e6f1c9 100644 --- a/common/customizable_schema_plugin_framework_test.go +++ b/common/customizable_schema_plugin_framework_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/terraform-plugin-framework/provider/schema" + "github.com/hashicorp/terraform-plugin-framework/resource/schema" "github.com/hashicorp/terraform-plugin-framework/schema/validator" "github.com/stretchr/testify/assert" )