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
+1
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,7 @@ This module is composed of several submodules and each of which can be used inde
176
176
| tags | Specifies object tags key and value. This applies to all resources created by this module. |`map`|`{}`| no |
177
177
| target\_regions | A list of regions to set up with this module. |`list`| <pre>[<br> "ap-northeast-1",<br> "ap-northeast-2",<br> "ap-south-1",<br> "ap-southeast-1",<br> "ap-southeast-2",<br> "ca-central-1",<br> "eu-central-1",<br> "eu-north-1",<br> "eu-west-1",<br> "eu-west-2",<br> "eu-west-3",<br> "sa-east-1",<br> "us-east-1",<br> "us-east-2",<br> "us-west-1",<br> "us-west-2"<br>]</pre> | no |
178
178
| use\_external\_audit\_log\_bucket | A boolean that indicates whether the specific audit log bucket already exists. Create a new S3 bucket if it is set to false. |`bool`|`false`| no |
179
+
| vpc\_enable\_flow\_logs | The boolean flag whether to enable VPC Flow Logs in default VPCs |`bool`|`true`| no |
179
180
| vpc\_iam\_role\_name | The name of the IAM Role which VPC Flow Logs will use. |`string`|`"VPC-Flow-Logs-Publisher"`| no |
180
181
| vpc\_iam\_role\_policy\_name | The name of the IAM Role Policy which VPC Flow Logs will use. |`string`|`"VPC-Flow-Logs-Publish-Policy"`| no |
181
182
| vpc\_log\_group\_name | The name of CloudWatch Logs group to which VPC Flow Logs are delivered. |`string`|`"default-vpc-flow-logs"`| no |
| enable\_flow\_logs | The boolean flag whether to enable VPC Flow Logs in the default VPC |`bool`|`true`| no |
25
26
| enabled | The boolean flag whether this module is enabled or not. No resources are created when set to false. |`bool`|`true`| no |
26
27
| tags | Specifies object tags key and value. This applies to all resources created by this module. |`map`| <pre>{<br> "Terraform": true<br>}</pre> | no |
27
28
| vpc\_flow\_logs\_iam\_role\_arn | The ARN of the IAM Role which will be used by VPC Flow Logs. |`any`| n/a | yes |
0 commit comments