network-security-group

aztfm/network-security-group/azurerm

Terraform Module HCL AZURERM

Terraform module for Microsoft Azure to manage Network Security Group resource.

Install
module "network-security-group" {
source = "aztfm/network-security-group/azurerm"
version = "2.0.0"
}
plain text: /constructs/tfmod-aztfm-network-security-group-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Azure Network Security Group - Terraform Module ![pre-commit](https://github.com/pre-commit/pre-commit) ![Terraform Registry](https://registry.terraform.io/modules/aztfm/network-security-group/azurerm/) !GitHub release (latest by date) ![Open in GitHub Codespaces](https://codespaces.new/aztfm/terraform-azurerm-network-security-group?quickstart=1) 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

Inputs (6)
NameTypeDescriptionDefault
namestringThe name of the network security group. required
resource_group_namestringThe name of the resource group in which to create the network security group. required
locationstringThe location/region where the network security group is created. required
tagsmap(string)A mapping of tags to assign to the resource.{}
inbound_ruleslist(object({ name List of objects that represent the configuration of each inbound rule.[]
outbound_ruleslist(object({ name List of objects that represent the configuration of each outbound rule.[]
Outputs (7)
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.
Resources (2)
azurerm_network_security_groupazurerm_network_security_rule
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud AZURERM
★ Stars6
Forks8
Total downloads7.0k
Inputs6
Outputs7
Resources2
Examples1
LicenseMIT
Namespaceaztfm
Updated