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

Commit

Permalink
Merge pull request #1 from aztfmod/dev
Browse files Browse the repository at this point in the history
Documentation update
  • Loading branch information
arnaudlh authored Oct 13, 2019
2 parents bfba7aa + 0c1f4ff commit de33a86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Configures the Azure Activity Logs rention for a subscription into:
Reference the module to a specific version (recommended):
```hcl
module "activity_logs" {
source = "git://github.com/aztfmod/activity_logs.git?ref=v0.3"
source = "aztfmod/caf-activity-logs/azurerm"
version = "0.1"
resource_group_name = var.rg
location = var.locations
tags = var.tags
Expand Down
1 change: 1 addition & 0 deletions module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ resource "azurerm_eventhub_namespace" "log" {
capacity = 2
tags = local.tags
auto_inflate_enabled = false
kafka_enabled = true
}
resource "azurerm_monitor_log_profile" "subscription" {
name = "default"
Expand Down
1 change: 1 addition & 0 deletions output.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

output "seclogs_map" {
description = "Ouputs a map with storage account id (activity_sa), eventhub name (activity_eh_name) and id (activity_eh_id)"
depends_on = [
azurerm_storage_account.log,
azurerm_eventhub_namespace.log,
Expand Down

0 comments on commit de33a86

Please sign in to comment.