Deploy Azure Network Security Group with a dedicated Terraform module.
- A Resource Group
Name | Version |
---|---|
azurerm | n/a |
No modules.
Name | Type |
---|---|
azurerm_network_security_group.az_nsg | resource |
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 |
Name | Description |
---|---|
nsg_id | The ID of the Network security group. |
nsg_name | The Name of the Network security group. |