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: aws/network/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ module "network" {
91
91
| <aname="input_enable_flow_logs"></a> [enable\_flow\_logs](#input\_enable\_flow\_logs)| Set to true to enable VPC flow logs |`bool`|`false`| no |
92
92
| <aname="input_enable_ipv6"></a> [enable\_ipv6](#input\_enable\_ipv6)| Set to false to disable IPV6 |`bool`|`false`| no |
93
93
| <aname="input_enable_public_ip_on_launch"></a> [enable\_public\_ip\_on\_launch](#input\_enable\_public\_ip\_on\_launch)| Set to true to auto-assign IP addresses in public subnets |`bool`|`false`| no |
94
+
| <aname="input_flow_logs_retention_days"></a> [flow\_logs\_retention\_days](#input\_flow\_logs\_retention\_days)| Number of days to retain VPC Flow Logs in CloudWatch. |`number`|`null`| no |
94
95
| <aname="input_name"></a> [name](#input\_name)| Name for this network |`string`| n/a | yes |
95
96
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Prefix to be applied to created resources |`list(string)`|`[]`| no |
96
97
| <aname="input_nat_availability_zones"></a> [nat\_availability\_zones](#input\_nat\_availability\_zones)| Availability zones in which NAT should be provided |`list(string)`| n/a | yes |
0 commit comments