Data Source: azurestack_network_security_group

Use this data source to access the properties of a Network Security Group.

Example Usage

data "azurestack_network_security_group" "test" {
  name                = azurestack_network_security_group.test.name
  resource_group_name = azurestack_resource_group.test.name
}

output "location" {
  value = data.azurestack_network_security_group.test.location
}

Argument Reference

Attributes Reference

The security_rule block supports: