aws-solutions / network-orchestration-for-aws-transit-gateway

The Network Orchestration for AWS Transit Gateway solution automates the process of setting up and managing transit networks in distributed AWS environments. It creates a web interface to help control, audit, and approve (transit) network changes.
https://aws.amazon.com/solutions/implementations/serverless-transit-network-orchestrator/
Apache License 2.0
116 stars 49 forks source link

Hub template ListOfCustomCidrBlocks parameter does not match the AllowedValue pattern #81

Closed boscok2 closed 1 year ago

boscok2 commented 1 year ago

Describe the bug When using the Hub template, the parameters for ListOfCustomCidrBlocks gives an example with space in the comma delimited list. This is not allowed as per the allowed pattern so the deployment fails. Removing the AllowedPattern seems to unblock but leads to an issue when CreateRoute CRUD operations runs and it fails.

To Reproduce Deploy the current template from the repository will not allow you to deploy the stack due to allowed value pattern

Expected behavior When VPC is created, it should wait for the attachment to be created and then try to create the association and propagation

Please complete the following information about the solution:

To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0009) - The AWS CloudFormation template for deployment of the aws-centralized-logging. Version v1.0.0". You can also find the version from releases

Screenshots If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).

Additional context Add any other context about the problem here.

groverlalit commented 1 year ago

Thanks for raising this issue. This bug will be resolved in the next release.