Skip to content

Commit 8990af8

Browse files
committed
fix: define user agent
1 parent 01b2332 commit 8990af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module "runners" {
9898
}
9999

100100
# Enable debug logging for the lambda functions
101-
log_level = "debug"
101+
# log_level = "debug"
102102

103103
# tracing_config = {
104104
# mode = "Active"

0 commit comments

Comments
 (0)