Skip to content

Commit 1a67e6c

Browse files
committed
v2
1 parent 912c0f7 commit 1a67e6c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

aws/resource_aws_datasync_location_fsx_windows_file_system.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88

99
"github.com/aws/aws-sdk-go/aws"
1010
"github.com/aws/aws-sdk-go/service/datasync"
11-
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
12-
"github.com/hashicorp/terraform-plugin-sdk/helper/validation"
11+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
12+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
1313
"github.com/terraform-providers/terraform-provider-aws/aws/internal/keyvaluetags"
1414
)
1515

aws/resource_aws_datasync_location_fsx_windows_file_system_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99

1010
"github.com/aws/aws-sdk-go/aws"
1111
"github.com/aws/aws-sdk-go/service/datasync"
12-
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
13-
"github.com/hashicorp/terraform-plugin-sdk/terraform"
12+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
13+
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1414
)
1515

1616
func init() {

0 commit comments

Comments
 (0)