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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ Examples codified under the [`examples`](https://github.com/terraform-aws-module
149
149
| <aname="input_log_forwarder_role_path"></a> [log\_forwarder\_role\_path](#input\_log\_forwarder\_role\_path)| Log forwarder role path |`string`|`null`| no |
150
150
| <aname="input_log_forwarder_role_permissions_boundary"></a> [log\_forwarder\_role\_permissions\_boundary](#input\_log\_forwarder\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the log forwarder role |`string`|`null`| no |
151
151
| <aname="input_log_forwarder_role_tags"></a> [log\_forwarder\_role\_tags](#input\_log\_forwarder\_role\_tags)| A map of tags to apply to the log forwarder role |`map(string)`|`{}`| no |
152
-
| <aname="input_log_forwarder_runtime"></a> [log\_forwarder\_runtime](#input\_log\_forwarder\_runtime)| Lambda function runtime |`string`|`"python3.9"`| no |
152
+
| <aname="input_log_forwarder_runtime"></a> [log\_forwarder\_runtime](#input\_log\_forwarder\_runtime)| Lambda function runtime |`string`|`"python3.8"`| no |
153
153
| <aname="input_log_forwarder_s3_log_bucket_arns"></a> [log\_forwarder\_s3\_log\_bucket\_arns](#input\_log\_forwarder\_s3\_log\_bucket\_arns)| S3 log buckets for forwarder to read and forward logs to Datadog |`list(string)`|`[]`| no |
154
154
| <aname="input_log_forwarder_s3_zip_kms_key_id"></a> [log\_forwarder\_s3\_zip\_kms\_key\_id](#input\_log\_forwarder\_s3\_zip\_kms\_key\_id)| The AWS KMS Key ARN to use for object encryption |`string`|`null`| no |
155
155
| <aname="input_log_forwarder_s3_zip_metadata"></a> [log\_forwarder\_s3\_zip\_metadata](#input\_log\_forwarder\_s3\_zip\_metadata)| A map of keys/values to provision metadata (will be automatically prefixed by `x-amz-meta-`|`map(string)`|`{}`| no |
@@ -163,7 +163,7 @@ Examples codified under the [`examples`](https://github.com/terraform-aws-module
163
163
| <aname="input_log_forwarder_timeout"></a> [log\_forwarder\_timeout](#input\_log\_forwarder\_timeout)| The amount of time the log forwarder lambda has to execute in seconds |`number`|`120`| no |
164
164
| <aname="input_log_forwarder_use_policy_name_prefix"></a> [log\_forwarder\_use\_policy\_name\_prefix](#input\_log\_forwarder\_use\_policy\_name\_prefix)| Whether to use unique name beginning with the specified `policy_name` for the log forwarder policy |`bool`|`false`| no |
165
165
| <aname="input_log_forwarder_use_role_name_prefix"></a> [log\_forwarder\_use\_role\_name\_prefix](#input\_log\_forwarder\_use\_role\_name\_prefix)| Whether to use unique name beginning with the specified `role_name` for the log forwarder role |`bool`|`false`| no |
166
-
| <aname="input_log_forwarder_version"></a> [log\_forwarder\_version](#input\_log\_forwarder\_version)| Forwarder version - see https://github.com/DataDog/datadog-serverless-functions/releases|`string`|`"3.69.0"`| no |
166
+
| <aname="input_log_forwarder_version"></a> [log\_forwarder\_version](#input\_log\_forwarder\_version)| Forwarder version - see https://github.com/DataDog/datadog-serverless-functions/releases|`string`|`"3.73.0"`| no |
167
167
| <aname="input_log_forwarder_vpce_policy"></a> [log\_forwarder\_vpce\_policy](#input\_log\_forwarder\_vpce\_policy)| Policy to attach to the log forwarder endpoint that controls access to the service. Defaults to full access |`any`|`null`| no |
168
168
| <aname="input_log_forwarder_vpce_security_group_ids"></a> [log\_forwarder\_vpce\_security\_group\_ids](#input\_log\_forwarder\_vpce\_security\_group\_ids)| IDs of security groups to attach to log forwarder endpoint |`list(string)`|`[]`| no |
169
169
| <aname="input_log_forwarder_vpce_subnet_ids"></a> [log\_forwarder\_vpce\_subnet\_ids](#input\_log\_forwarder\_vpce\_subnet\_ids)| IDs of subnets to associate with log forwarder endpoint |`list(string)`|`[]`| no |
@@ -195,14 +195,14 @@ Examples codified under the [`examples`](https://github.com/terraform-aws-module
195
195
| <aname="input_rds_em_forwarder_role_path"></a> [rds\_em\_forwarder\_role\_path](#input\_rds\_em\_forwarder\_role\_path)| RDS enhanced monitoring forwarder role path |`string`|`null`| no |
196
196
| <aname="input_rds_em_forwarder_role_permissions_boundary"></a> [rds\_em\_forwarder\_role\_permissions\_boundary](#input\_rds\_em\_forwarder\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the RDS enhanced monitoring forwarder role |`string`|`null`| no |
197
197
| <aname="input_rds_em_forwarder_role_tags"></a> [rds\_em\_forwarder\_role\_tags](#input\_rds\_em\_forwarder\_role\_tags)| A map of tags to apply to the RDS enhanced monitoring forwarder role |`map(string)`|`{}`| no |
198
-
| <aname="input_rds_em_forwarder_runtime"></a> [rds\_em\_forwarder\_runtime](#input\_rds\_em\_forwarder\_runtime)| Lambda function runtime |`string`|`"python3.9"`| no |
198
+
| <aname="input_rds_em_forwarder_runtime"></a> [rds\_em\_forwarder\_runtime](#input\_rds\_em\_forwarder\_runtime)| Lambda function runtime |`string`|`"python3.8"`| no |
199
199
| <aname="input_rds_em_forwarder_security_group_ids"></a> [rds\_em\_forwarder\_security\_group\_ids](#input\_rds\_em\_forwarder\_security\_group\_ids)| List of security group ids when forwarder lambda function should run in the VPC |`list(string)`|`null`| no |
200
200
| <aname="input_rds_em_forwarder_subnet_ids"></a> [rds\_em\_forwarder\_subnet\_ids](#input\_rds\_em\_forwarder\_subnet\_ids)| List of subnet ids when forwarder lambda function should run in the VPC. Usually private or intra subnets |`list(string)`|`null`| no |
201
201
| <aname="input_rds_em_forwarder_tags"></a> [rds\_em\_forwarder\_tags](#input\_rds\_em\_forwarder\_tags)| A map of tags to apply to the RDS enhanced monitoring forwarder resources |`map(string)`|`{}`| no |
202
202
| <aname="input_rds_em_forwarder_timeout"></a> [rds\_em\_forwarder\_timeout](#input\_rds\_em\_forwarder\_timeout)| The amount of time the RDS enhanced monitoring forwarder lambda has to execute in seconds |`number`|`10`| no |
203
203
| <aname="input_rds_em_forwarder_use_policy_name_prefix"></a> [rds\_em\_forwarder\_use\_policy\_name\_prefix](#input\_rds\_em\_forwarder\_use\_policy\_name\_prefix)| Whether to use unique name beginning with the specified `rds_em_forwarder_policy_name` for the RDS enhanced monitoring forwarder role |`bool`|`false`| no |
204
204
| <aname="input_rds_em_forwarder_use_role_name_prefix"></a> [rds\_em\_forwarder\_use\_role\_name\_prefix](#input\_rds\_em\_forwarder\_use\_role\_name\_prefix)| Whether to use unique name beginning with the specified `rds_em_forwarder_role_name` for the RDS enhanced monitoring forwarder role |`bool`|`false`| no |
205
-
| <aname="input_rds_em_forwarder_version"></a> [rds\_em\_forwarder\_version](#input\_rds\_em\_forwarder\_version)| RDS enhanced monitoring lambda version - see https://github.com/DataDog/datadog-serverless-functions/releases|`string`|`"3.69.0"`| no |
205
+
| <aname="input_rds_em_forwarder_version"></a> [rds\_em\_forwarder\_version](#input\_rds\_em\_forwarder\_version)| RDS enhanced monitoring lambda version - see https://github.com/DataDog/datadog-serverless-functions/releases|`string`|`"3.73.0"`| no |
206
206
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to use on all resources |`map(string)`|`{}`| no |
207
207
| <aname="input_traces_vpce_policy"></a> [traces\_vpce\_policy](#input\_traces\_vpce\_policy)| Policy to attach to the traces endpoint that controls access to the service. Defaults to full access |`any`|`null`| no |
208
208
| <aname="input_traces_vpce_security_group_ids"></a> [traces\_vpce\_security\_group\_ids](#input\_traces\_vpce\_security\_group\_ids)| IDs of security groups to attach to traces endpoint |`list(string)`|`[]`| no |
@@ -228,15 +228,15 @@ Examples codified under the [`examples`](https://github.com/terraform-aws-module
228
228
| <aname="input_vpc_fl_forwarder_role_path"></a> [vpc\_fl\_forwarder\_role\_path](#input\_vpc\_fl\_forwarder\_role\_path)| VPC flow log forwarder role path |`string`|`null`| no |
229
229
| <aname="input_vpc_fl_forwarder_role_permissions_boundary"></a> [vpc\_fl\_forwarder\_role\_permissions\_boundary](#input\_vpc\_fl\_forwarder\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the VPC flow log forwarder role |`string`|`null`| no |
230
230
| <aname="input_vpc_fl_forwarder_role_tags"></a> [vpc\_fl\_forwarder\_role\_tags](#input\_vpc\_fl\_forwarder\_role\_tags)| A map of tags to apply to the VPC flow log forwarder role |`map(string)`|`{}`| no |
231
-
| <aname="input_vpc_fl_forwarder_runtime"></a> [vpc\_fl\_forwarder\_runtime](#input\_vpc\_fl\_forwarder\_runtime)| Lambda function runtime |`string`|`"python3.9"`| no |
231
+
| <aname="input_vpc_fl_forwarder_runtime"></a> [vpc\_fl\_forwarder\_runtime](#input\_vpc\_fl\_forwarder\_runtime)| Lambda function runtime |`string`|`"python3.8"`| no |
232
232
| <aname="input_vpc_fl_forwarder_s3_log_bucket_arns"></a> [vpc\_fl\_forwarder\_s3\_log\_bucket\_arns](#input\_vpc\_fl\_forwarder\_s3\_log\_bucket\_arns)| S3 log buckets for VPC flow log forwarder to read and forward to Datadog |`list(string)`|`[]`| no |
233
233
| <aname="input_vpc_fl_forwarder_security_group_ids"></a> [vpc\_fl\_forwarder\_security\_group\_ids](#input\_vpc\_fl\_forwarder\_security\_group\_ids)| List of security group ids when forwarder lambda function should run in the VPC |`list(string)`|`null`| no |
234
234
| <aname="input_vpc_fl_forwarder_subnet_ids"></a> [vpc\_fl\_forwarder\_subnet\_ids](#input\_vpc\_fl\_forwarder\_subnet\_ids)| List of subnet ids when forwarder lambda function should run in the VPC. Usually private or intra subnets |`list(string)`|`null`| no |
235
235
| <aname="input_vpc_fl_forwarder_tags"></a> [vpc\_fl\_forwarder\_tags](#input\_vpc\_fl\_forwarder\_tags)| A map of tags to apply to the VPC flow log forwarder resources |`map(string)`|`{}`| no |
236
236
| <aname="input_vpc_fl_forwarder_timeout"></a> [vpc\_fl\_forwarder\_timeout](#input\_vpc\_fl\_forwarder\_timeout)| The amount of time the VPC flow log forwarder lambda has to execute in seconds |`number`|`10`| no |
237
237
| <aname="input_vpc_fl_forwarder_use_policy_name_prefix"></a> [vpc\_fl\_forwarder\_use\_policy\_name\_prefix](#input\_vpc\_fl\_forwarder\_use\_policy\_name\_prefix)| Whether to use unique name beginning with the specified `vpc_fl_forwarder_policy_name` for the VPC flow log forwarder role |`bool`|`false`| no |
238
238
| <aname="input_vpc_fl_forwarder_use_role_name_prefix"></a> [vpc\_fl\_forwarder\_use\_role\_name\_prefix](#input\_vpc\_fl\_forwarder\_use\_role\_name\_prefix)| Whether to use unique name beginning with the specified `vpc_fl_forwarder_role_name` for the VPC flow log forwarder role |`bool`|`false`| no |
239
-
| <aname="input_vpc_fl_forwarder_version"></a> [vpc\_fl\_forwarder\_version](#input\_vpc\_fl\_forwarder\_version)| VPC flow log lambda version - see https://github.com/DataDog/datadog-serverless-functions/releases|`string`|`"3.69.0"`| no |
239
+
| <aname="input_vpc_fl_forwarder_version"></a> [vpc\_fl\_forwarder\_version](#input\_vpc\_fl\_forwarder\_version)| VPC flow log lambda version - see https://github.com/DataDog/datadog-serverless-functions/releases|`string`|`"3.73.0"`| no |
240
240
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| ID of VPC to provision endpoints within |`string`|`null`| no |
| <aname="input_dd_api_key_secret_arn"></a> [dd\_api\_key\_secret\_arn](#input\_dd\_api\_key\_secret\_arn)| The ARN of the Secrets Manager secret storing the Datadog API key, if you already have it stored in Secrets Manager |`string`|`""`| no |
93
93
| <aname="input_dd_site"></a> [dd\_site](#input\_dd\_site)| Define your Datadog Site to send data to. For the Datadog EU site, set to datadoghq.eu |`string`|`"datadoghq.com"`| no |
94
94
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| A map of environment variables for the forwarder lambda function |`map(string)`|`{}`| no |
95
-
| <aname="input_forwarder_version"></a> [forwarder\_version](#input\_forwarder\_version)| Forwarder version - see https://github.com/DataDog/datadog-serverless-functions/releases|`string`|`"3.69.0"`| no |
95
+
| <aname="input_forwarder_version"></a> [forwarder\_version](#input\_forwarder\_version)| Forwarder version - see https://github.com/DataDog/datadog-serverless-functions/releases|`string`|`"3.73.0"`| no |
96
96
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| KMS key that is used to encrypt environment variables. If this configuration is not provided when environment variables are in use, AWS Lambda uses a default service key |`string`|`null`| no |
97
97
| <aname="input_lambda_tags"></a> [lambda\_tags](#input\_lambda\_tags)| A map of tags to apply to the forwarder lambda function |`map(string)`|`{}`| no |
98
98
| <aname="input_layers"></a> [layers](#input\_layers)| List of Lambda Layer Version ARNs (maximum of 5) to attach to the forwarder lambda |`list(string)`|`[]`| no |
| <aname="input_role_path"></a> [role\_path](#input\_role\_path)| Forwarder role path |`string`|`null`| no |
111
111
| <aname="input_role_permissions_boundary"></a> [role\_permissions\_boundary](#input\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the forwarder role |`string`|`null`| no |
112
112
| <aname="input_role_tags"></a> [role\_tags](#input\_role\_tags)| A map of tags to apply to the forwarder role |`map(string)`|`{}`| no |
113
-
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Lambda function runtime |`string`|`"python3.7"`| no |
113
+
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Lambda function runtime |`string`|`"python3.8"`| no |
114
114
| <aname="input_s3_log_bucket_arns"></a> [s3\_log\_bucket\_arns](#input\_s3\_log\_bucket\_arns)| S3 log buckets for forwarder to read and forward logs to Datadog |`list(string)`|`[]`| no |
115
115
| <aname="input_s3_zip_kms_key_id"></a> [s3\_zip\_kms\_key\_id](#input\_s3\_zip\_kms\_key\_id)| The AWS KMS Key ARN to use for object encryption |`string`|`null`| no |
116
116
| <aname="input_s3_zip_metadata"></a> [s3\_zip\_metadata](#input\_s3\_zip\_metadata)| A map of keys/values to provision metadata (will be automatically prefixed by `x-amz-meta-`|`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: modules/rds_enhanced_monitoring_forwarder/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ No modules.
68
68
| <aname="input_dd_api_key_secret_arn"></a> [dd\_api\_key\_secret\_arn](#input\_dd\_api\_key\_secret\_arn)| The ARN of the Secrets Manager secret storing the Datadog API key, if you already have it stored in Secrets Manager |`string`|`""`| no |
69
69
| <aname="input_dd_site"></a> [dd\_site](#input\_dd\_site)| Define your Datadog Site to send data to. For the Datadog EU site, set to datadoghq.eu |`string`|`"datadoghq.com"`| no |
70
70
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| A map of environment variables for the forwarder lambda function |`map(string)`|`{}`| no |
71
-
| <aname="input_forwarder_version"></a> [forwarder\_version](#input\_forwarder\_version)| Forwarder version - see https://github.com/DataDog/datadog-serverless-functions/releases|`string`|`"3.69.0"`| no |
71
+
| <aname="input_forwarder_version"></a> [forwarder\_version](#input\_forwarder\_version)| Forwarder version - see https://github.com/DataDog/datadog-serverless-functions/releases|`string`|`"3.73.0"`| no |
72
72
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| KMS key that is used to encrypt environment variables. If this configuration is not provided when environment variables are in use, AWS Lambda uses a default service key |`string`|`null`| no |
73
73
| <aname="input_lambda_tags"></a> [lambda\_tags](#input\_lambda\_tags)| A map of tags to apply to the forwarder lambda function |`map(string)`|`{}`| no |
74
74
| <aname="input_layers"></a> [layers](#input\_layers)| List of Lambda Layer Version ARNs (maximum of 5) to attach to the forwarder lambda |`list(string)`|`[]`| no |
@@ -86,7 +86,7 @@ No modules.
86
86
| <aname="input_role_path"></a> [role\_path](#input\_role\_path)| Forwarder role path |`string`|`null`| no |
87
87
| <aname="input_role_permissions_boundary"></a> [role\_permissions\_boundary](#input\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the forwarder role. |`string`|`null`| no |
88
88
| <aname="input_role_tags"></a> [role\_tags](#input\_role\_tags)| A map of tags to apply to the forwarder role |`map(string)`|`{}`| no |
89
-
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Lambda function runtime |`string`|`"python3.7"`| no |
89
+
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Lambda function runtime |`string`|`"python3.8"`| no |
90
90
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| List of security group ids when Lambda Function should run in the VPC. |`list(string)`|`null`| no |
91
91
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| List of subnet ids when Lambda Function should run in the VPC. Usually private or intra subnets. |`list(string)`|`null`| no |
92
92
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to use on all resources |`map(string)`|`{}`| no |
0 commit comments