Skip to content

Commit

Permalink
Merge pull request #35617 from 65156/d-aws-flow-log-arg-upd
Browse files Browse the repository at this point in the history
docs: remove typo from prior PR 35612
  • Loading branch information
ewbankkit authored Feb 2, 2024
2 parents d69ad03 + 21f8f4e commit 118329b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/flow_log.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ This argument supports the following arguments:
* `transit_gateway_id` - (Optional) Transit Gateway ID to attach to
* `transit_gateway_attachment_id` - (Optional) Transit Gateway Attachment ID to attach to
* `vpc_id` - (Optional) VPC ID to attach to
* `log_format` - (Optional) The fields to include in the flow log record. Accepted format example: `"'$${interface-id} $${srcaddr} $${dstaddr} $${srcport} $${dstport}'"`, note the extra $ and double quoted single quotes.
* `log_format` - (Optional) The fields to include in the flow log record. Accepted format example: `"$${interface-id} $${srcaddr} $${dstaddr} $${srcport} $${dstport}"`.
* `max_aggregation_interval` - (Optional) The maximum interval of time
during which a flow of packets is captured and aggregated into a flow
log record. Valid Values: `60` seconds (1 minute) or `600` seconds (10
Expand Down

0 comments on commit 118329b

Please sign in to comment.