diff --git a/src/aws-type-downloader/main.go b/src/aws-type-downloader/main.go index d25ec52d..d6056288 100644 --- a/src/aws-type-downloader/main.go +++ b/src/aws-type-downloader/main.go @@ -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": {},