File tree 1 file changed +2
-1
lines changed
internal/provider/generators/plural-data-source
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ package {{ .PackageName }}
5
5
import (
6
6
"context"
7
7
8
+ "github.com/hashicorp/terraform-plugin-framework/provider"
8
9
"github.com/hashicorp/terraform-plugin-framework/tfsdk"
9
10
"github.com/hashicorp/terraform-plugin-framework/types"
10
11
. "github.com/hashicorp/terraform-provider-awscc/internal/generic"
@@ -17,7 +18,7 @@ func init() {
17
18
18
19
// {{ .FactoryFunctionName }} returns the Terraform {{ .TerraformTypeName }} data source type.
19
20
// This Terraform data source type corresponds to the CloudFormation {{ .CloudFormationTypeName }} resource type.
20
- func {{ .FactoryFunctionName }}(ctx context.Context) (tfsdk .DataSourceType, error) {
21
+ func {{ .FactoryFunctionName }}(ctx context.Context) (provider .DataSourceType, error) {
21
22
attributes := map[string]tfsdk.Attribute {
22
23
"id": {
23
24
Description: "Uniquely identifies the data source.",
You can’t perform that action at this time.
0 commit comments