aws-samples / aws-security-reference-architecture-examples

Example solutions demonstrating how to implement patterns within the AWS Security Reference Architecture guide using CloudFormation (including Customizations for AWS Control Tower) and Terraform.
Other
977 stars 245 forks source link

[BUG] Version number in manifest files for EBS Default Encryption (CfCT deployment) is incorrect #126

Closed climbertjh2 closed 1 year ago

climbertjh2 commented 1 year ago

Describe the bug

The Version numbers in the CfCT deployment for EBS Default Encryption are incorrect.

To Reproduce

Steps to reproduce the behavior:

  1. Attempt to use the EBS Default Encryption solution through CfCT deployment
  2. Deployment fails because the version number is v1.2 in the config, while the CFN template requires v1.3
  3. See CFN template fail to deploy.

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

N/A

Deployment Environment (please complete the following information)

Additional context

By updating the value in manifest_v2.yaml I was able to use the CFN stack as provided.