Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 707 Bytes

File metadata and controls

14 lines (8 loc) · 707 Bytes

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 https://semver.org/

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.