Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.24 KB

Azure Firewall with Terraform

Building a test environment to try out Azure firewall.

Description

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.

Getting Started

Dependencies

Written using:

  • Terraform v0.15.1 on windows_amd64
  • provider registry.terraform.io/hashicorp/azurerm v2.72.0

Installing

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.

Executing program

Rename terraform.tfvars.template to terraform.tfvars

Make the required changes for your environment

Run terraform init
Run terrafrom plan
Run terraform apply

Help

Authors

License

Distributed under the MIT License. See LICENSE for more information.