network-security-group
aztfm/network-security-group/azurerm
Terraform module for Microsoft Azure to manage Network Security Group resource.
Azure Network Security Group - Terraform Module   !GitHub release (latest by date)  Version compatibility | Module version | Terraform version | AzureRM version | | -------------- | ----------------- | --------------- | | >= 2.x.x | >= 1.3.x | >= 2.0.0 | | >= 1.x.x | >= 0.13.x | >= 2.0.0 | Parameters The following parameters are supported: | Name | Description | Type | Default | Required | | ---- | ----------- | :--: | :-----: | :------: | |name|The name of the network security group.|string|n/a|yes| |resource\_group\_name|The na
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | The name of the network security group. | required |
| resource_group_name | string | The name of the resource group in which to create the network security group. | required |
| location | string | The location/region where the network security group is created. | required |
| tags | map(string) | A mapping of tags to assign to the resource. | {} |
| inbound_rules | list(object({ name | List of objects that represent the configuration of each inbound rule. | [] |
| outbound_rules | list(object({ name | List of objects that represent the configuration of each outbound rule. | [] |
resource_group_name — The name of the resource group in which to create the network security group.location — The location/region where the network security group is created.tags — The tags assigned to the resource.inbound_rules — Blocks containing configuration of each inbound security rule.outbound_rules — Blocks containing configuration of each outbound security rule.id — The network security group configuration ID.name — The name of the network security group.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,