aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

AWS::AppConfig::Deployment - property configurationVersion should be optional #641

Closed RikJansen81 closed 3 years ago

RikJansen81 commented 4 years ago

1. Title

AWS::AppConfig::Deployment-property configurationVersion should be optional

2. Scope of request

According to documentation the configurationVersion should be optional, but it isn't.

3. Expected behavior

Cloudformation should accept a AWS::AppConfig::Deployment template without configurationVersion and use the latest version.

6. Category

Systems Manager (AppConfig)

dggorsen commented 3 years ago

Thanks for the suggestion RikJansen81! After taking a look at the AppConfig CloudFormation documentation, it does appear that ConfigurationVersion is correctly marked as required. This is the desired behavior of the resource since users must specify which version of their configuration they would like to be deployed.

Hope this helps!

Best, Dillon