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
+3
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,8 @@ Check [the example](./examples/root-example/regions.tf) to understand how these
77
77
Note that you need to define a provider for each AWS region and pass them to the module. Currently this is the recommended way to handle multiple regions in one module.
78
78
Detailed information can be found at [Providers within Modules - Terraform Docs].
79
79
80
+
A new S3 bucket to store audit logs is automatically created by default, while the external S3 bucket can be specified. It is useful when you already have a centralized S3 bucket to store all logs. Please see [external-bucket](./examples/external-bucket) example for more detail.
81
+
80
82
## Submodules
81
83
82
84
This module is composed of several submodules and each of which can be used independently.
@@ -128,6 +130,7 @@ This module is composed of several submodules and each of which can be used inde
128
130
| support\_iam\_role\_name | The name of the the support role. | string |`"IAM-Support"`| no |
129
131
| support\_iam\_role\_policy\_name | The name of the support role policy. | string |`"IAM-Support-Role"`| no |
130
132
| support\_iam\_role\_principal\_arn | The ARN of the IAM principal element by which the support role could be assumed. | string | n/a | yes |
133
+
| 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. | string |`"false"`| no |
131
134
| vpc\_iam\_role\_name | The name of the IAM Role which VPC Flow Logs will use. | string |`"VPC-Flow-Logs-Publisher"`| no |
132
135
| 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 |
133
136
| vpc\_log\_group\_name | The name of CloudWatch Logs group to which VPC Flow Logs are delivered. | string |`"default-vpc-flow-logs"`| no |
0 commit comments