Merge pull request #366 from skalolazka/fix/audit_exclusions

exclusions for audit in locals in logging_sinks.audit-logs now
This commit is contained in:
Julio Castillo 2021-11-23 14:39:16 +01:00 committed by GitHub
commit dc7722e83f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -43,6 +43,7 @@ locals {
filter = var.audit_filter
iam = true
include_children = true
exclusions = {}
}
}
root_node_type = split("/", var.root_node)[0]

View File

@ -134,7 +134,6 @@ module "audit-dataset" {
# source = "../../modules/organization"
# organization_id = var.root_node
# logging_sinks = local.logging_sinks
# exclusions = {}
# }
# module "root_folder" {
@ -143,7 +142,6 @@ module "audit-dataset" {
# id = var.root_node
# folder_create = false
# logging_sinks = local.logging_sinks
# exclusions = {}
# }