Skip to content

Commit 8cc0660

Browse files
committed
chore: fix typo
1 parent 4890eb1 commit 8cc0660

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/cloudtrail-trail/outputs.tf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ output "insight_event" {
8181
value = var.insight_event_selector
8282
}
8383

84-
# output "debug" {
85-
# value = {
86-
# for k, v in aws_cloudtrail.this :
87-
# k => v
88-
# if !contains(["id", "arn", "name", "enable_logging", "home_region", "s3_bucket_name", "s3_key_prefix", "enable_log_file_validation", "kms_key_id", "sns_topic_name", "cloud_watch_logs_group_arn", "tags", "tags_all", "is_multi_region_trail", "is_organization_trail", "include_global_service_events", "insight_selector", "event_selector", "advanced_event_selector"], k)
89-
# }
90-
# }
91-
9284
output "resource_group" {
9385
description = "The resource group created to manage resources in this module."
9486
value = merge(
@@ -104,3 +96,11 @@ output "resource_group" {
10496
)
10597
)
10698
}
99+
100+
# output "debug" {
101+
# value = {
102+
# for k, v in aws_cloudtrail.this :
103+
# k => v
104+
# if !contains(["id", "arn", "name", "enable_logging", "home_region", "s3_bucket_name", "s3_key_prefix", "enable_log_file_validation", "kms_key_id", "sns_topic_name", "cloud_watch_logs_group_arn", "tags", "tags_all", "is_multi_region_trail", "is_organization_trail", "include_global_service_events", "insight_selector", "event_selector", "advanced_event_selector"], k)
105+
# }
106+
# }

0 commit comments

Comments
 (0)