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
110 stars 48 forks source link

GET the vpc name to use it as tgw attachment name #32

Closed josete89 closed 2 years ago

josete89 commented 3 years ago

Description of changes: In order to enhance the TGW management this pr adds a name to the new TGW attachment created, with the following format {}-vpc-attachment".format(origin_vpc_name)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

rakshb commented 3 years ago

@josete89 Thank you for submitting the PR. We will review this when we add https://github.com/awslabs/serverless-transit-network-orchestrator/issues/31 in a future release

rakshb commented 2 years ago

We have fixed this issue in V3.0.0 which released this week.