Skip to content

adambaumeister/azure-vmseries-terraform

Repository files navigation

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.