Data Source: azurerm_application_security_group

Use this data source to access information about an existing Application Security Group.

Example Usage

data "azurerm_application_security_group" "example" {
  name                = "tf-appsecuritygroup"
  resource_group_name = "my-resource-group"
}

output "application_security_group_id" {
  value = data.azurerm_application_security_group.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: