Skip to content

pichuang/azure-bridgehead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Bridgehead

Code 999

BridgeHead Arch

Parameter

  • Default Subscription: bridgehead

  • Default Region: East US

  • Default Code ID: 999

  • Default Network Address: 10.99.98.0/23

  • Parameter

    • Resource Group: rg-briagehead-999
    • VNet Name: vnet-briagehead
    • Azure Subnet Design:
      • AzureFirewallSubnet (/26 is minimal) : 10.99.98.0/26
      • AzureFirewallManagementSubnet (/26 is minimal) : 10.99.98.64/26
      • RouteServerSubnet (/27 is minimal): 10.99.98.128/27
      • GatewaySubnet (/29 is minimal, /27 is best): 10.99.98.160/27
      • AzureBastionSubnet (/26 is best): 10.99.98.192/26
      • subnet-hub (/24): 10.99.99.0/24
    • VM
      • 10.99.99.4
      • repairman / Lyc0r!sRec0il

More info in Visual Subnet Calculator (Azure Edition)

How to use?

terraform init
terraform plan
terraform apply -auto-approve
terraform destroy -auto-approve

References

About

The Azure BridgeHead is an IaC project to launch a fixed Azure topology quickly for diagnostic network services.

Topics

Resources

Stars

Watchers

Forks