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 #32

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.

kfdarlington commented 3 years ago

Closing as I did not submit this PR via my fork. I've reopened an equivalent PR with the correct source repository.