exclusions for audit in locals in logging_sinks.audit-logs now

This commit is contained in:
Natalia Strelkova 2021-11-23 10:52:50 +00:00
parent c04ab71120
commit 3679f63ba4
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 = {}
# }