Terraform Registry module for administering AZURE Network Security Groups (NSGs).
See Existing NSG Administration:
For an example on how to administer existing NSGs selectively.
See New NSG Administration:
For an example on how to create and administer NSGs in a single module.
This module is published on the Public Terraform Registry - nsg-administration
Enjoy!
Name | Version |
---|---|
terraform | >= 1.9.5 |
azurerm | ~> 4.0 |
Name | Version |
---|---|
azurerm | ~> 4.0 |
No modules.
Name | Type |
---|---|
azurerm_network_security_rule.network_nsg_rules | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
nsg_name | Specifies the Network Security Group(NSG) name | string |
n/a | yes |
nsg_resource_group_name | Specifies the Resource Group that contains Network Security Groups(NSGs) to be configured/administered | string |
n/a | yes |
nsg_rules | Specifies a list of objects to represent Network Security Group(NSG) rules | list(object({ |
[] |
no |
No outputs.