Skip to content

InsideCommunity/azurerm_nsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azurerm_nsg

Deploy Azure Network Security Group with a dedicated Terraform module.

Requirements

  • A Resource Group

Providers

Name Version
azurerm n/a

Modules

No modules.

Resources

Name Type
azurerm_network_security_group.az_nsg resource

Inputs

Name Description Type Default Required
location Specifies the supported Azure location where the resource exists. string null no
nsg_name Specifies the name of the network security group. string n/a yes
resource_group_name The name of the resource group in which to create the network security group. string n/a yes
tags A mapping of tags which should be assigned to the Virtual Network map {} no

Outputs

Name Description
nsg_id The ID of the Network security group.
nsg_name The Name of the Network security group.

Releases

No releases published

Packages

No packages published

Languages