jabielecki / azure-vmseries-terraform

BETA: Deploy Palo Alto VM-Series on Azure with Terraform

Home Page:https://adambaumeister.github.io/azure-vmseries-terraform/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TF Logo Azure Logo
Pan Logo

VM-Series Azure Terraform Templates

❓ Overview

This repository deploys all the components of a Transit-VNET topoloy using Palo Alto VM-Series Next Generation Firewalls and Panorama.

🐇 Quickstart

  1. Install Terraform 0.13
  2. Install the Azure CLI
  3. Download and extract the latest bundle for your OS
  4. From the command line (or powershell, or Bash or whatever...) change directory to the newly extracted one
  5. Login to Azure
az login
  1. Populate the variables in file example.tfvars
  2. Initialize and apply!
terraform init
terraform apply --var-file=example.tfvars

📜 Documentation

For post-provisioning steps and for setting up the Panorama, click here.

For the network topology and more, proceed to the Detailed Documentation.

🪲 Getting help

Open an issue on Github.

About

BETA: Deploy Palo Alto VM-Series on Azure with Terraform

https://adambaumeister.github.io/azure-vmseries-terraform/

License:Apache License 2.0


Languages

Language:HCL 100.0%