PaloAltoNetworks / terraform-google-swfw-modules

Terraform Reusable Modules for Software Firewalls on GCP
https://registry.terraform.io/modules/PaloAltoNetworks/swfw-modules/google
MIT License
5 stars 8 forks source link

fix(modules/panorama): Use of an already reserved external IP #13

Closed Avinash-jayakumar closed 9 months ago

Avinash-jayakumar commented 9 months ago

The following changes allows assigning a already reserved public IP address to the panorama machines.

  1. Added a new variable "reserve_public_ip". If set to true , public_static_ip mentioned will be reserved by the panorama module. If set to false, it will not reserve the ip rather it would directly add "public_static_ip" to the network interface.

Fixes #12

michalbil commented 9 months ago

/validate paths="modules/panorama"

Testing job ID: 8089611037 Job result: SUCCESS

michalbil commented 9 months ago

/plan paths="examples/panorama_standalone"

Testing job ID: 8089714250 Job result: SUCCESS