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

TFVARS order of operations - networking #54

Closed jollymahn closed 5 months ago

jollymahn commented 5 months ago

Is your feature request related to a problem?

instead of defining the CIDR then doing all the NACL's, security groups before the subnets are defined. define the CIDR, Subnets, routing, NACL's then security groups.

reorder the subnets to follow the packet flow from the transit gateway through the security VPC(or from the internet back to the TRG.

Describe the solution you'd like

define the CIDR, Subnets, routing, NACL's then security groups.

Describe alternatives you've considered.

No response

Additional context

No response