Skip to content

Commit 913db56

Browse files
committed
update terraform-plugin-sdk to v2
1 parent 228939f commit 913db56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_dns_ptr_record_set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"sort"
66

7-
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
7+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
88
"github.com/miekg/dns"
99
)
1010

0 commit comments

Comments
 (0)