We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0b6d1 commit 3c3469aCopy full SHA for 3c3469a
internal/generic/resource.go
@@ -20,6 +20,7 @@ import (
20
"github.com/hashicorp/terraform-plugin-framework/resource/identityschema"
21
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
22
"github.com/hashicorp/terraform-plugin-framework/tfsdk"
23
+ "github.com/hashicorp/terraform-plugin-framework/types"
24
"github.com/hashicorp/terraform-plugin-go/tftypes"
25
"github.com/hashicorp/terraform-plugin-log/tflog"
26
ccdiag "github.com/hashicorp/terraform-provider-awscc/internal/errs/diag"
0 commit comments