Skip to content

Terraform module for Network Security Group provisionning on Azure

License

Notifications You must be signed in to change notification settings

Matty-ops/TF_azurerm_nsg_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF_azurerm_nsg_module

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.

About

Terraform module for Network Security Group provisionning on Azure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages