Building a test environment to try out Azure firewall.
This code was written to create the environement described in John Savill's excellent video tutorial Azure Firewall Deep Dive
For simplicity this deployment is in a single Resource Group in a single Region.
Written using:
- Terraform v0.15.1 on windows_amd64
- provider registry.terraform.io/hashicorp/azurerm v2.72.0
It is assumed that you already have Terraform installed and have an Azure account.
See here for instructions on how to deploy to Azure with Terraform.
Rename terraform.tfvars.template
to terraform.tfvars
Make the required changes for your environment
Run terraform init
Run terrafrom plan
Run terraform apply
- Alex Britton (alex@ahbritton.com)
Distributed under the MIT License. See LICENSE for more information.