Skip to content

Commit

Permalink
reset default example
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Oct 17, 2024
1 parent 36a224f commit 49db66c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ module "runners" {
runner_name_prefix = "${local.environment}_"

# webhook supports to modes, either direct or via the eventbridge
webhook_mode = "eventbridge" # or "direct"
# webhook_mode = "direct" # or "eventbridge"

# Enable debug logging for the lambda functions
log_level = "debug"
# log_level = "debug"

tracing_config = {
mode = "Active"
capture_error = true
capture_http_requests = true
}
# tracing_config = {
# mode = "Active"
# capture_error = true
# capture_http_requests = true
# }

enable_ami_housekeeper = true
ami_housekeeper_cleanup_config = {
Expand Down

0 comments on commit 49db66c

Please sign in to comment.