Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
updating README #8
Browse files Browse the repository at this point in the history
  • Loading branch information
nyuen committed Apr 23, 2020
1 parent a1b42d8 commit f6c4ebb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Expand Up @@ -13,17 +13,22 @@ module "activity_logs" {
version = "0.x.y"
resource_group_name = var.rg
location = var.locations
tags = var.tags
prefix = var.prefix
logs_retention = var.retention
log_analytics_workspace_id = var.workspace_id
diagnostic_name = var.diagnostic_name
name = var.eventhub_name
location = var.locations
tags = var.tags
prefix = var.prefix
logs_retention = var.retention
}
```
## Inputs

| Name | Type | Default | Description |
| -- | -- | -- | -- |
| resource_group_name | string | None | (Required) Name of the resource group where to create the resource. Changing this forces a new resource to be created. |
| diagnostic_name | string | None | (Required) Name of the diagnostic activity log |
| log_analytics_workspace_id | string | None | (Required) The resource ID of the target log analytics worksoace |
| name | string | None | (Required) Name for the objects created (before naming convention applied.) |
| location | string | None | (Required) Specifies the Azure location to deploy the resource. Changing this forces a new resource to be created. |
| tags | map | None | (Required) Map of tags for the deployment. |
Expand Down

0 comments on commit f6c4ebb

Please sign in to comment.