Deploying Azure Firewall with IP Groups
This template deploys an Azure Firewall with IP Groups
Terraform resource types
- azurerm_resource_group
- azurerm_virtual_network
- azurerm_subnet
- azurerm_ip_group
- azurerm_public_ip
- azurerm_firewall_policy
- azurerm_firewall_policy_rule_collection_group
- azurerm_firewall
- azurerm_network_interface
- azurerm_network_security_group
- azurerm_network_interface_security_group_association
- azurerm_route_table
- azurerm_subnet_route_table_association
- azurerm_linux_virtual_machine
- azurerm_storage_account
- random_password
- random_pet
- random_string}
Variables
Name | Description | Default value |
---|---|---|
resource_group_location |
location for your resources | eastus |
firewall_sku_tier |
Sku size for your Firewall and Firewall Policy | Premium |
resource_group_name_prefix |
Prefix for your resource group | rg |
virtual_machine_size |
Sku size for your jump and workload vms | Standard_D2_v3 |
admin_username |
admin username for the jump and workload vms | azureuser |