aws-solutions / aws-control-tower-customizations

The Customizations for AWS Control Tower solution combines AWS Control Tower and other highly-available, trusted AWS services to help customers more quickly set up a secure, multi-account AWS environment using AWS best practices.
https://docs.aws.amazon.com/controltower/latest/userguide/cfct-overview.html
Apache License 2.0
360 stars 205 forks source link

Manifest version validation error #58

Closed senthil-nathan closed 3 years ago

senthil-nathan commented 3 years ago

When i use the manifest version 2021-03-15 present in documentation like:


region: ap-southeast-2 version: 2021-03-15 ... CodeBuild failed to validate the manifest:

ERROR - validation.invalid ERROR - --- All found errors --- ERROR - ["Enum '2021-03-15' does not exist. Path: '/version' Enum: [datetime.date(2020, 1, 1)]", "Key 'resources' was not defined. Path: ''"] ...

this shouldnt fail?

groverlalit commented 3 years ago

@senthil-nathan The error shows that 'resources' property is not in the manifest. Have you updated the properties supported in version '2021-03-15'? Please see Appendix B in the developer guide for details.

groverlalit commented 3 years ago

Closing this for now, please reopen if you continue to experience this issue.