aws-cloudformation / aws-cloudformation-resource-providers-cloudformation

The CloudFormation Resource Provider Package For AWS CloudFormation
https://aws.amazon.com/cloudformation/
Apache License 2.0
48 stars 35 forks source link

ModuleVersion and ModuleDefaultVersion resource providers #33

Closed kfdarlington closed 3 years ago

kfdarlington commented 3 years ago

This pull request includes the two new modules resource providers, AWS::CloudFormation::ModuleVersion and AWS::CloudFormation::ModuleDefaultVersion, created to support CloudFormation's new modules feature (see https://aws.amazon.com/blogs/mt/introducing-aws-cloudformation-modules/). These resource providers are available for public use in the CloudFormation registry.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ugudip commented 3 years ago

Please run mvn clean verify --no-transfer-progress command to check for missing branches in unit tests.

kfdarlington commented 3 years ago

I hadn't realized two approvals had been granted on commit dcf8bcb when I pushed commit 8ac9bce, so I reverted this PR to commit dcf8bcb to contain only approved code and will submit another PR after merging.