Skip to content

Commit

Permalink
Merge pull request #40850 from hashicorp/f-ap-southeast-7
Browse files Browse the repository at this point in the history
Support new AWS Asia Pacific (Thailand) Region `ap-southeast-7` in data sources
  • Loading branch information
ewbankkit authored Jan 9, 2025
2 parents 4af7c2f + 052a74c commit cc6308d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changelog/40850.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```release-note:enhancement
data-source/aws_s3_bucket: Add hosted zone ID for `ap-southeast-7` AWS Region
```

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

```release-note:enhancement
data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for `ap-southeast-7` AWS Region
```
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 @@ -28,6 +28,7 @@ var hostedZoneIDPerRegionMap = map[string]string{
endpoints.ApSoutheast3RegionID: "Z08888821HLRG5A9ZRTER",
endpoints.ApSoutheast4RegionID: "Z09517862IB2WZLPXG76F",
endpoints.ApSoutheast5RegionID: "Z06010284QMVVW7WO5J",
endpoints.ApSoutheast7RegionID: "Z0390008CMBRTHFGWBCB",
endpoints.CaCentral1RegionID: "ZQSVJUPU6J1EY",
endpoints.CaWest1RegionID: "Z06473681N0SF6OS049SD",
endpoints.CnNorth1RegionID: "Z1GDH35T77C1KE",
Expand Down
2 changes: 2 additions & 0 deletions internal/service/elbv2/hosted_zone_id_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var hostedZoneIDPerRegionALBMap = map[string]string{
endpoints.ApSoutheast3RegionID: "Z08888821HLRG5A9ZRTER",
endpoints.ApSoutheast4RegionID: "Z09517862IB2WZLPXG76F",
endpoints.ApSoutheast5RegionID: "Z06010284QMVVW7WO5J",
endpoints.ApSoutheast7RegionID: "Z0390008CMBRTHFGWBCB",
endpoints.CaCentral1RegionID: "ZQSVJUPU6J1EY",
endpoints.CaWest1RegionID: "Z06473681N0SF6OS049SD",
endpoints.CnNorth1RegionID: "Z1GDH35T77C1KE",
Expand Down Expand Up @@ -70,6 +71,7 @@ var hostedZoneIDPerRegionNLBMap = map[string]string{
endpoints.ApSoutheast3RegionID: "Z01971771FYVNCOVWJU1G",
endpoints.ApSoutheast4RegionID: "Z01156963G8MIIL7X90IV",
endpoints.ApSoutheast5RegionID: "Z026317210H9ACVTRO6FB",
endpoints.ApSoutheast7RegionID: "Z054363131YWATEMWRG5L",
endpoints.CaCentral1RegionID: "Z2EPGBW3API2WT",
endpoints.CaWest1RegionID: "Z02754302KBB00W2LKWZ9",
endpoints.CnNorth1RegionID: "Z3QFB96KMJ7ED6",
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 @@ -23,6 +23,7 @@ var hostedZoneIDsMap = map[string]string{
endpoints.ApSoutheast3RegionID: "Z01846753K324LI26A3VV",
endpoints.ApSoutheast4RegionID: "Z0312387243XT5FE14WFO",
endpoints.ApSoutheast5RegionID: "Z08660063OXLMA7F1FJHU",
endpoints.ApSoutheast7RegionID: "Z0031014GXUMRZG6I14G",
endpoints.CaCentral1RegionID: "Z1QDHH18159H29",
endpoints.CaWest1RegionID: "Z03565811Z33SLEZTHOUL",
endpoints.CnNorth1RegionID: "Z5CN8UMXT92WN",
Expand Down

0 comments on commit cc6308d

Please sign in to comment.