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
| <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.9"`| no |
113
+
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Lambda function runtime |`string`|`"python3.7"`| 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
+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
@@ -92,7 +92,7 @@ No modules.
92
92
| <aname="input_role_path"></a> [role\_path](#input\_role\_path)| Forwarder role path |`string`|`null`| no |
93
93
| <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 |
94
94
| <aname="input_role_tags"></a> [role\_tags](#input\_role\_tags)| A map of tags to apply to the forwarder role |`map(string)`|`{}`| no |
95
-
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Lambda function runtime |`string`|`"python3.9"`| no |
95
+
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Lambda function runtime |`string`|`"python3.7"`| no |
96
96
| <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 |
97
97
| <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 |
98
98
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to use on all resources |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: modules/vpc_flow_log_forwarder/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
@@ -96,7 +96,7 @@ No modules.
96
96
| <aname="input_role_path"></a> [role\_path](#input\_role\_path)| Forwarder role path |`string`|`null`| no |
97
97
| <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 |
98
98
| <aname="input_role_tags"></a> [role\_tags](#input\_role\_tags)| A map of tags to apply to the forwarder role |`map(string)`|`{}`| no |
99
-
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Lambda function runtime |`string`|`"python3.9"`| no |
99
+
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Lambda function runtime |`string`|`"python3.7"`| no |
100
100
| <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 VPC flow logs to Datadog |`list(string)`|`[]`| no |
101
101
| <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 |
102
102
| <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 |
0 commit comments