Skip to content

Commit 95a2301

Browse files
authored
Update valid regions for the aws_s3_bucket_invalid_region rule (#170)
1 parent 39ddccd commit 95a2301

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rules/aws_s3_bucket_invalid_region.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func NewAwsS3BucketInvalidRegionRule() *AwsS3BucketInvalidRegionRule {
2727
"eu-west-2",
2828
"eu-west-3",
2929
"eu-north-1",
30+
"eu-south-1",
3031
"us-west-1",
3132
"us-west-2",
3233
"ap-east-1",
@@ -42,6 +43,9 @@ func NewAwsS3BucketInvalidRegionRule() *AwsS3BucketInvalidRegionRule {
4243
"cn-northwest-1",
4344
"eu-central-1",
4445
"me-south-1",
46+
"af-south-1",
47+
"us-gov-east-1",
48+
"us-gov-west-1",
4549
},
4650
}
4751
}

0 commit comments

Comments
 (0)