- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-27-2020 02:24 PM
Here is my use-case,
We have a bunch of VPCs,VNETs in different cloud providers. When we spin up a VPC, we configure the VPN back to the on prem which is a Palo Alto firewall. The VPN configuration on the Palo alto firewall is manual.
I m wondering if this can automated with TF on our On-prem firewall. basically something like this
Interfaces, Routing, VPNs -> Local FW config
VPNs to cloud. -> Terraform
Device-groups, policies etc. -> Panorama
Generic template (radius config etc.) -> Panorama
Has anyone does this before and any feedback.
03-02-2020 10:23 AM
Maybe, depending on what all you need to configure?
The panos
provider has over 100 resources (Panorama and Firewall combined), so there's a lot you can do with it. I'd check out the documentation and see if what you need to configure has resources for it or not:
https://www.terraform.io/docs/providers/panos/index.html
If something is missing, thumbs up / comment on a pre-existing issue, or open a new one if one doesn't already exist:
https://github.com/terraform-providers/terraform-provider-panos
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!