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
965 stars 235 forks source link

[BUG] CFCT fails to validate due to issue with Values in Alternate Account Contacts Parameter File #190

Closed AdamDivall closed 1 week ago

AdamDivall commented 10 months ago

Community Note

Describe the bug

CFCT fails to successfully complete the Pipeline due to the value for pComplianceFrequency not being in Quotes as it complains that the value is an int as opposed to a string

To Reproduce

Copy the current parameters file for the alternate account contacts and use that to pass in the values to the CFN Template.

Expected behavior

Pipeline should complete successfully.

The fix is to update the repo and ensure all parameter files values are in quotes.

mlfulleraws commented 1 week ago

Tested and could not replicate - specified parameter is Type: Number and deployment worked