Skip to content

Commit

Permalink
Add EC2 to skipped resources #93 (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: karishma-chawla <[email protected]>
Co-authored-by: karishma-chawla <[email protected]>
(cherry picked from commit 822a949)
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
2 people authored and sk593 committed Dec 12, 2024
1 parent f760389 commit da5b994
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 da5b994

Please sign in to comment.