diff --git a/foundations/environments/locals.tf b/foundations/environments/locals.tf index 6b031dd2..9c501d71 100644 --- a/foundations/environments/locals.tf +++ b/foundations/environments/locals.tf @@ -43,7 +43,7 @@ locals { filter = var.audit_filter iam = true include_children = true - exclusions = {} + exclusions = {} } } root_node_type = split("/", var.root_node)[0]