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

Remove ARN prediction from AWS::CloudFormation::ModuleVersion #44

Closed kfdarlington closed 3 years ago

kfdarlington commented 3 years ago

This PR removes ARN prediction from the AWS::CloudFormation::ModuleVersion resource provider; the ARN can now be retrieved from the initial DescribeTypeRegistrationResponse and prediction is no longer needed for returning a primary identifier.

Added more information to logs and cleaned logging up.

Unit tests are passing and unit tests were added for new cases. Contract test results remain the same as previously.

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