Skip to content

Commit

Permalink
Merge pull request #22295 from PatMyron/main
Browse files Browse the repository at this point in the history
data_source: ap-southeast-3 (Jakarta)
  • Loading branch information
ewbankkit committed Jan 3, 2022
2 parents c10060c + 7b43878 commit c2ce8c8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changelog/22295.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
```release-note:enhancement
data-source/aws_cloudtrail_service_account: Add service account ID for `ap-southeast-3` AWS Region
```

```release-note:enhancement
data-source/aws_elb_hosted_zone_id: Add hosted zone ID for `ap-southeast-3` AWS Region
```

```release-note:enhancement
data-source/aws_s3_bucket: Add hosted zone ID for `ap-southeast-3` AWS Region
```

```release-note:enhancement
resource/aws_s3_bucket: Add hosted zone ID for `ap-southeast-3` AWS Region
```
1 change: 1 addition & 0 deletions internal/service/cloudtrail/service_account_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var ServiceAccountPerRegionMap = map[string]string{
endpoints.ApSouth1RegionID: "977081816279",
endpoints.ApSoutheast1RegionID: "903692715234",
endpoints.ApSoutheast2RegionID: "284668455005",
endpoints.ApSoutheast3RegionID: "069019280451",
endpoints.CaCentral1RegionID: "819402241893",
endpoints.CnNorth1RegionID: "193415116832",
endpoints.CnNorthwest1RegionID: "681348832753",
Expand Down
1 change: 1 addition & 0 deletions internal/service/elb/hosted_zone_id_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var HostedZoneIdPerRegionMap = map[string]string{
endpoints.ApSouth1RegionID: "ZP97RAFLXTNZK",
endpoints.ApSoutheast1RegionID: "Z1LMS91P8CMLE5",
endpoints.ApSoutheast2RegionID: "Z1GM3OXH4ZPM65",
endpoints.ApSoutheast3RegionID: "Z08888821HLRG5A9ZRTER",
endpoints.CaCentral1RegionID: "ZQSVJUPU6J1EY",
endpoints.CnNorth1RegionID: "Z1GDH35T77C1KE",
endpoints.CnNorthwest1RegionID: "ZM7IZAIOVVDZF",
Expand Down
1 change: 1 addition & 0 deletions internal/service/s3/hosted_zones.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var hostedZoneIDsMap = map[string]string{
endpoints.ApSouth1RegionID: "Z11RGJOFQNVJUP",
endpoints.ApSoutheast1RegionID: "Z3O0J2DXBE1FTB",
endpoints.ApSoutheast2RegionID: "Z1WCIGYICN2BYD",
endpoints.ApSoutheast3RegionID: "Z01613992JD795ZI93075",
endpoints.CaCentral1RegionID: "Z1QDHH18159H29",
endpoints.CnNorthwest1RegionID: "Z282HJ1KT0DH03",
endpoints.EuCentral1RegionID: "Z21DNDUVLTQW6Q",
Expand Down

0 comments on commit c2ce8c8

Please sign in to comment.