avm-res-network-applicationsecuritygroup

Azure/avm-res-network-applicationsecuritygroup/azurerm

Terraform Module HCL AZURERM ✓ Verified

Terraform Azure Verified Resource Module for Application Security Group (ASG)

Install
module "avm-res-network-applicationsecuritygroup" {
source = "Azure/avm-res-network-applicationsecuritygroup/azurerm"
version = "0.1.1"
}
plain text: /constructs/tfmod-azure-avm-res-network-applicationsecuritygroup-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform Azure Application Security Group Module This Terraform module is designed to create Application Security Groups. > [!WARNING] > Major version Zero (0.y.z) is for initial development. Anything MAY change at any time. A module SHOULD NOT be considered stable till at least it is major version one (1.0.0) or greater. Changes will always be via new versions being published and no changes will be made to existing published versions. For more details please go to Features Create an application security group with its various configuration options such as location, tags and name. Limitations The module does not support creating network security rules yet. Requirements The following requirements are needed by this module: - terraform (>= 1.9, azurerm (~> 4.0) - modtm (~> 0.3) - random (~>

Inputs (7)
NameTypeDescriptionDefault
resource_group_namestringThe resource group where the resources will be deployed. required
locationstringThe Azure location where the resources will be deployed. required
namestringName of the Application Security Group resource required
enable_telemetryboolThis variable controls whether or not telemetry is enabled for the module. For mtrue
lockobject({ kind = string Controls the Resource Lock configuration for this resource. The following propnull
role_assignmentsmap(object({ role_definiti A map of role assignments to create on the <RESOURCE>. The map key is delibera{}
tagsmap(string)(Optional) Tags of the resource.null
Outputs (2)
resource_id — The Azure resource id of the application security group.
application_security_group — The Azure resource of the application security group.
Resources (5)
azurerm_application_security_groupazurerm_management_lockazurerm_role_assignmentmodtm_telemetryrandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud AZURERM
★ Stars2
Forks7
Total downloads19.8k
Inputs7
Outputs2
Resources5
Examples1
LicenseMIT
NamespaceAzure
Updated