terraform/quickstart/101-nat-gateway-create
github-actions[bot] 2bfc5cfbf2 Update TestRecord 2024-11-17 03:48:00 +00:00
..
TestRecord.md Update TestRecord 2024-11-17 03:48:00 +00:00
main.tf
outputs.tf
providers.tf
readme.md
ssh.tf
variables.tf

readme.md

Azure NAT Gateway with a Linux virtual machine

This template deploys an Azure Virtual Network, a subnet, a Azure NAT Gateway, a two public IP addresses and a Linux virtual machine.

Terraform resource types

Variables

Name Description Default
resource_group_name_prefix Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. rg
resource_group_location Location of the resource group. eastus
username Username of the administrator account of the virtual machine. azureuser

Example