PaloAltoNetworks / AWS-GWLB-VMSeries

This repository contains CFT and TF templates for deploying VM-Series Firewalls behind AWS Gateway Load Balancer
MIT License
55 stars 65 forks source link

use of terraform native resources for GWLB terraform deployment #13

Open tbugfinder opened 3 years ago

tbugfinder commented 3 years ago

Request:

I'm wondering if this repo could use native terraform provider AWS resources instead of just relying on an scripted API deployment.

REF: https://github.com/hashicorp/terraform-provider-aws/issues/16129

https://github.com/PaloAltoNetworks/AWS-GWLB-VMSeries/blob/9194f4871699c5075c193a9df64334f46ddd1cc5/terraform/security_stack/gwlb.tf#L35

georgegil commented 3 years ago

indeed... tbh this repo didn't really impress me, so I redid the whole thing in native terraform

https://github.com/georgegil/terraform-aws-paloalto-firewall-asg

ok and swapped all the lamda python for poweshell which reads a tad easier...