FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

azure_security_group

Creates a new network security group within the context of the specified subscription.

Example Usage

resource "azure_security_group" "web" {
    name = "webservers"
    location = "West US"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io