Skip to content

Commit

Permalink
internal/acctest: New Go packages: hashicorp/terraform-plugin-framewo…
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 18, 2022
1 parent 67050dd commit d178bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/acctest/data.go
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"testing"

"github.com/hashicorp/terraform-plugin-framework/tfsdk"
fwprovider "github.com/hashicorp/terraform-plugin-framework/provider"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-provider-awscc/internal/provider"
)
Expand All @@ -23,7 +23,7 @@ type TestData struct {
// TerraformResourceType is the Terraform resource type, e.g. "aws_s3_bucket".
TerraformResourceType string

provider tfsdk.Provider
provider fwprovider.Provider
}

// EmptyConfig returns an empty (no attributes) Terraform configuration for the resource.
Expand Down

0 comments on commit d178bed

Please sign in to comment.