Skip to content

Commit

Permalink
remove deprecated xattr.TypeWithValidate() interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Jan 14, 2025
1 parent 99a1b2c commit d7da44f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/provider/customtypes/aapcustomstring_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"fmt"

"github.com/hashicorp/terraform-plugin-framework/attr"
"github.com/hashicorp/terraform-plugin-framework/attr/xattr"
"github.com/hashicorp/terraform-plugin-framework/diag"
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
Expand All @@ -14,7 +13,6 @@ import (

var (
_ = basetypes.StringTypable(&AAPCustomStringType{})
_ = xattr.TypeWithValidate(&AAPCustomStringType{})
)

// AAPCustomStringType implements a custom Terraform type.
Expand Down

0 comments on commit d7da44f

Please sign in to comment.