You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: env/dev/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ $ terraform apply
60
60
| internal | Whether the application is available on the public internet, also will determine which subnets will be used (public or private) | string |`true`| no |
61
61
| lb_port | The port the load balancer will listen on | string |`80`| no |
62
62
| lb_protocol | The load balancer protocol | string |`HTTP`| no |
63
+
| logs_retention_in_days | Specifies the number of days you want to retain log events | int | 90 | no |
63
64
| logz_token | The auth token to use for sending logs to Logz.io | string | - | yes |
64
65
| logz_url | The endpoint to use for sending logs to Logz.io | string |`https://listener.logz.io:8071`| no |
65
66
| private_subnets | The private subnets, minimum of 2, that are a part of the VPC(s) | string | - | yes |
0 commit comments