From da5b994bbe9c60e8c5f265c0ed8122b6f143df6a Mon Sep 17 00:00:00 2001 From: Karishma Chawla Date: Fri, 6 Dec 2024 14:54:02 -0800 Subject: [PATCH] Add EC2 to skipped resources https://github.com/radius-project/bicep-types-aws/issues/93 (#98) Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> Co-authored-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> (cherry picked from commit 822a9492781c80b7067d7554da4f089fd2159f5b) Signed-off-by: sk593 --- src/aws-type-downloader/main.go | 1 + 1 file changed, 1 insertion(+) 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": {},