@@ -52,6 +52,8 @@ def test_package_template_flag(self, template_file):
5252 "aws-lambda-function.yaml" ,
5353 "aws-apigateway-restapi.yaml" ,
5454 "aws-elasticbeanstalk-applicationversion.yaml" ,
55+ "aws-cloudformation-moduleversion.yaml" ,
56+ "aws-cloudformation-resourceversion.yaml" ,
5557 "aws-cloudformation-stack.yaml" ,
5658 "aws-serverless-application.yaml" ,
5759 "aws-lambda-layerversion.yaml" ,
@@ -99,6 +101,8 @@ def test_package_without_required_args(self):
99101 "aws-lambda-function.yaml" ,
100102 "aws-apigateway-restapi.yaml" ,
101103 "aws-elasticbeanstalk-applicationversion.yaml" ,
104+ "aws-cloudformation-moduleversion.yaml" ,
105+ "aws-cloudformation-resourceversion.yaml" ,
102106 "aws-cloudformation-stack.yaml" ,
103107 "aws-serverless-application.yaml" ,
104108 "aws-lambda-layerversion.yaml" ,
@@ -139,6 +143,8 @@ def test_package_with_prefix(self, template_file):
139143 "aws-lambda-function.yaml" ,
140144 "aws-apigateway-restapi.yaml" ,
141145 "aws-elasticbeanstalk-applicationversion.yaml" ,
146+ "aws-cloudformation-moduleversion.yaml" ,
147+ "aws-cloudformation-resourceversion.yaml" ,
142148 "aws-cloudformation-stack.yaml" ,
143149 "aws-serverless-application.yaml" ,
144150 "aws-lambda-layerversion.yaml" ,
@@ -191,6 +197,8 @@ def test_package_with_output_template_file(self, template_file):
191197 "aws-lambda-function.yaml" ,
192198 "aws-apigateway-restapi.yaml" ,
193199 "aws-elasticbeanstalk-applicationversion.yaml" ,
200+ "aws-cloudformation-moduleversion.yaml" ,
201+ "aws-cloudformation-resourceversion.yaml" ,
194202 "aws-cloudformation-stack.yaml" ,
195203 "aws-serverless-application.yaml" ,
196204 "aws-lambda-layerversion.yaml" ,
@@ -244,6 +252,8 @@ def test_package_with_json(self, template_file):
244252 "aws-lambda-function.yaml" ,
245253 "aws-apigateway-restapi.yaml" ,
246254 "aws-elasticbeanstalk-applicationversion.yaml" ,
255+ "aws-cloudformation-moduleversion.yaml" ,
256+ "aws-cloudformation-resourceversion.yaml" ,
247257 "aws-cloudformation-stack.yaml" ,
248258 "aws-serverless-application.yaml" ,
249259 "aws-lambda-layerversion.yaml" ,
@@ -299,6 +309,8 @@ def test_package_with_force_upload(self, template_file):
299309 "aws-lambda-function.yaml" ,
300310 "aws-apigateway-restapi.yaml" ,
301311 "aws-elasticbeanstalk-applicationversion.yaml" ,
312+ "aws-cloudformation-moduleversion.yaml" ,
313+ "aws-cloudformation-resourceversion.yaml" ,
302314 "aws-cloudformation-stack.yaml" ,
303315 "aws-serverless-application.yaml" ,
304316 "aws-lambda-layerversion.yaml" ,
@@ -352,6 +364,8 @@ def test_package_with_kms_key(self, template_file):
352364 "aws-lambda-function.yaml" ,
353365 "aws-apigateway-restapi.yaml" ,
354366 "aws-elasticbeanstalk-applicationversion.yaml" ,
367+ "aws-cloudformation-moduleversion.yaml" ,
368+ "aws-cloudformation-resourceversion.yaml" ,
355369 "aws-cloudformation-stack.yaml" ,
356370 "aws-serverless-application.yaml" ,
357371 "aws-lambda-layerversion.yaml" ,
@@ -404,6 +418,8 @@ def test_package_with_metadata(self, template_file):
404418 "aws-lambda-function.yaml" ,
405419 "aws-apigateway-restapi.yaml" ,
406420 "aws-elasticbeanstalk-applicationversion.yaml" ,
421+ "aws-cloudformation-moduleversion.yaml" ,
422+ "aws-cloudformation-resourceversion.yaml" ,
407423 "aws-cloudformation-stack.yaml" ,
408424 "aws-serverless-application.yaml" ,
409425 "aws-lambda-layerversion.yaml" ,
0 commit comments