Skip to content

Commit

Permalink
Add EC2 to skipped resources #93
Browse files Browse the repository at this point in the history
Signed-off-by: karishma-chawla <[email protected]>
  • Loading branch information
kachawla committed Dec 6, 2024
1 parent f760389 commit ebcef15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aws-type-downloader/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
// These have been skipped due to missing schema: https://github.com/aws/aws-sdk-go-v2/issues/2913
// These will be reverted when the issue is resolved.
var skippedResources = map[string]struct{}{
"AWS::EC2::LaunchTemplate": {},
"AWS::QuickSight::Analysis": {},
"AWS::QuickSight::Dashboard": {},
"AWS::QuickSight::Template": {},
Expand Down

0 comments on commit ebcef15

Please sign in to comment.