Skip to content

Commit

Permalink
Fix semgrep 'ci.avoid-context-CRUD-handlers'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed May 4, 2023
1 parent 5f6baba commit 30b31a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import (
// @SDKDataSource("aws_appintegrations_event_integration", name="Event Integration")
func DataSourceEventIntegration() *schema.Resource {
return &schema.Resource{
ReadContext: dataSourceEventIntegrationRead,
ReadWithoutTimeout: dataSourceEventIntegrationRead,

Schema: map[string]*schema.Schema{
"arn": {
Type: schema.TypeString,
Expand Down

0 comments on commit 30b31a1

Please sign in to comment.