Skip to content

Commit

Permalink
Refactor for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
carthewd committed Sep 9, 2020
1 parent f0a0a4c commit c1b9747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/resource_aws_codecommit_approval_rule_association.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/codecommit"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)

func resourceAwsCodeCommitApprovalRuleAssociation() *schema.Resource {
Expand Down
4 changes: 2 additions & 2 deletions aws/resource_aws_codecommit_approval_rule_association_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/codecommit"
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/terraform"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
)

func TestAccAWSCodeCommitApprovalRuleAssociation_basic(t *testing.T) {
Expand Down

0 comments on commit c1b9747

Please sign in to comment.