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-2
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@ module "secure_baseline" {
53
53
54
54
providers = {
55
55
aws = aws
56
-
aws.ap-east-1 = aws.ap-east-1
57
56
aws.ap-northeast-1 = aws.ap-northeast-1
58
57
aws.ap-northeast-2 = aws.ap-northeast-2
59
58
aws.ap-northeast-3 = aws.ap-northeast-3
@@ -166,7 +165,7 @@ This module is composed of several submodules and each of which can be used inde
166
165
| support\_iam\_role\_policy\_name | The name of the support role policy. |`string`|`"IAM-Support-Role"`| no |
167
166
| support\_iam\_role\_principal\_arns | List of ARNs of the IAM principal elements by which the support role could be assumed. |`list`| n/a | yes |
168
167
| tags | Specifies object tags key and value. This applies to all resources created by this module. |`map`|`{}`| no |
169
-
| target\_regions | A list of regions to set up with this module. |`list`| <pre>[<br> "ap-east-1",<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 |
168
+
| 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 |
170
169
| 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 |
171
170
| vpc\_iam\_role\_name | The name of the IAM Role which VPC Flow Logs will use. |`string`|`"VPC-Flow-Logs-Publisher"`| no |
172
171
| 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 |
0 commit comments