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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -224,14 +224,14 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
224
224
225
225
| Name | Version |
226
226
|------|---------|
227
-
| terraform |~> 0.12.6 |
228
-
| aws |~> 2.53|
227
+
| terraform |>= 0.12.6, < 0.14|
228
+
| aws |~> 2.57|
229
229
230
230
## Providers
231
231
232
232
| Name | Version |
233
233
|------|---------|
234
-
| aws |~> 2.53|
234
+
| aws |~> 2.57|
235
235
236
236
## Inputs
237
237
@@ -460,6 +460,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
460
460
| flow\_log\_destination\_arn | The ARN of the CloudWatch log group or S3 bucket where VPC Flow Logs will be pushed. If this ARN is a S3 bucket the appropriate permissions need to be set on that bucket's policy. When create\_flow\_log\_cloudwatch\_log\_group is set to false this argument must be provided. |`string`|`""`| no |
461
461
| flow\_log\_destination\_type | Type of flow log destination. Can be s3 or cloud-watch-logs. |`string`|`"cloud-watch-logs"`| no |
462
462
| flow\_log\_log\_format | The fields to include in the flow log record, in the order in which they should appear. |`string`|`null`| no |
463
+
| flow\_log\_max\_aggregation\_interval | The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. Valid Values: `60` seconds or `600` seconds. |`number`|`600`| no |
463
464
| flow\_log\_traffic\_type | The type of traffic to capture. Valid values: ACCEPT, REJECT, ALL. |`string`|`"ALL"`| no |
464
465
| git\_codecommit\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Git Codecommit endpoint |`bool`|`false`| no |
465
466
| git\_codecommit\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Git Codecommit endpoint |`list`|`[]`| no |
description="The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. Valid Values: `60` seconds or `600` seconds."
0 commit comments