PaloAltoNetworks / terraform-aws-swfw-modules

Terraform Reusable Modules for Software Firewalls on AWS
https://registry.terraform.io/modules/PaloAltoNetworks/swfw-modules/aws
MIT License
14 stars 11 forks source link

feat(module/transit_gateway_attachment): enable existing attachement #6

Closed lstadnik closed 9 months ago

lstadnik commented 10 months ago

Description

The PR introduces new feature required to reuse existing AWS resources.

Motivation and Context

For the brownfield deployment. The PR supports already created TGW with attachment associated with subnets in VPC. The routing entries depends on transit gateway attachment, thus adding custom routing via TGW is not supported without workarounds.

How Has This Been Tested?

It was tested against existing centralized example.

Screenshots (if appropriate)

Types of changes

Checklist