Skip to content

Commit

Permalink
fix to use terraform-plugin-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
teraken0509 committed Jan 16, 2020
1 parent 09a1987 commit 69fbfe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aws/data_source_aws_cloudwatch_log_groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/cloudwatchlogs"

"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
)

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

"github.com/hashicorp/terraform/helper/acctest"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

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

0 comments on commit 69fbfe5

Please sign in to comment.