azure::application-security-group¶
Creates an application security group
Example¶
azure::application-security-group application-security-group-example
name: "application-security-group-example"
resource-group: $(azure::resource-group resource-group-app-security-group-example)
tags: {
Name: "application-security-group-example"
}
end
Attributes¶
| Attribute | Description |
|---|---|
| name | The name of the Application Security Group. (Required) |
| resource-group | The Resource Group where the the Application Security Group is found. (Required) |
| tags map | The tags associated with the Application Security Group. |
Outputs¶
| Attribute | Description |
|---|---|
| id | The ID of the Application Security Group. |
| provisioning-state | The provisioning state of the Application Security Group. |
| resource-guid | A shortened ID of the Application Security Group. |
| etag | The etag value of the Application Security Group. |
| type | The resource type of the Application Security Group. |