Skip to content

Commit 49db66c

Browse files
committed
reset default example
1 parent 36a224f commit 49db66c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/default/main.tf

+7-7
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ module "runners" {
9898
runner_name_prefix = "${local.environment}_"
9999

100100
# webhook supports to modes, either direct or via the eventbridge
101-
webhook_mode = "eventbridge" # or "direct"
101+
# webhook_mode = "direct" # or "eventbridge"
102102

103103
# Enable debug logging for the lambda functions
104-
log_level = "debug"
104+
# log_level = "debug"
105105

106-
tracing_config = {
107-
mode = "Active"
108-
capture_error = true
109-
capture_http_requests = true
110-
}
106+
# tracing_config = {
107+
# mode = "Active"
108+
# capture_error = true
109+
# capture_http_requests = true
110+
# }
111111

112112
enable_ami_housekeeper = true
113113
ami_housekeeper_cleanup_config = {

0 commit comments

Comments
 (0)