Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Latest commit

 

History

History

nsg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

VNet with Network Security Groups

This folder contains a Terraform module to create an Azure Virtual Network that uses Network Security Groups (NSGs) to control network access. The NSG configuration is simpler than the Azure Firewall method and there is no added cost. However using NSGs requires you to use IP addresses in the access rules for external services, which makes managing the access rules more complex and potentially prone to failures due to IP/DNS changes.

See the related example for how to use this module.