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
{{ message }}
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ module "pipeline_rds" {
224
224
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The VPC to deploy the Postgres Loader within |`string`| n/a | yes |
225
225
| <aname="input_amazon_linux_2_ami_id"></a> [amazon\_linux\_2\_ami\_id](#input\_amazon\_linux\_2\_ami\_id)| The AMI ID to use which must be based of of Amazon Linux 2; by default the latest community version is used |`string`|`""`| no |
226
226
| <aname="input_associate_public_ip_address"></a> [associate\_public\_ip\_address](#input\_associate\_public\_ip\_address)| Whether to assign a public ip address to this instance |`bool`|`true`| no |
227
-
| <aname="input_cloudwatch_logs_enabled"></a> [cloudwatch\_logs\_enabled](#input\_cloudwatch\_logs\_enabled)| Whether application logs should be reported to CloudWatch; by default they are only on the server |`bool`|`false`| no |
227
+
| <aname="input_cloudwatch_logs_enabled"></a> [cloudwatch\_logs\_enabled](#input\_cloudwatch\_logs\_enabled)| Whether application logs should be reported to CloudWatch|`bool`|`true`| no |
228
228
| <aname="input_cloudwatch_logs_retention_days"></a> [cloudwatch\_logs\_retention\_days](#input\_cloudwatch\_logs\_retention\_days)| The length of time in days to retain logs for |`number`|`7`| no |
229
229
| <aname="input_custom_iglu_resolvers"></a> [custom\_iglu\_resolvers](#input\_custom\_iglu\_resolvers)| The custom Iglu Resolvers that will be used by Enrichment to resolve and validate events | <pre>list(object({<br> name = string<br> priority = number<br> uri = string<br> api_key = string<br> vendor_prefixes = list(string)<br> }))</pre> |`[]`| no |
230
230
| <aname="input_db_max_connections"></a> [db\_max\_connections](#input\_db\_max\_connections)| The maximum number of connections to the backing database |`number`|`10`| no |
0 commit comments