Skip to content

Commit

Permalink
Added thailand (ap-southeast-7) region (#5104)
Browse files Browse the repository at this point in the history
Added the new AWS Thailand (Bangkok) region ap-southeast-7 to the Region
enum/interfaces.

This region was recently announced by AWS and is now generally
available.

Reference:
[aws.amazon.com/local/thailand](https://aws.amazon.com/local/thailand/)

re #5088

Co-authored-by: Tawan Chotikanchinda <[email protected]>

---------

Co-authored-by: Tawan Chotikanchinda <[email protected]>
  • Loading branch information
corymhall and tawanorg authored Jan 15, 2025
1 parent c62bffb commit 357de3a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provider/cmd/pulumi-resource-aws/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83464,6 +83464,10 @@
"name": "APSoutheast5",
"value": "ap-southeast-5"
},
{
"name": "APSoutheast7",
"value": "ap-southeast-7"
},
{
"name": "CACentral",
"value": "ca-central-1"
Expand Down
1 change: 1 addition & 0 deletions provider/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ var extraTypes = map[string]schema.ComplexTypeSpec{
{Value: "ap-southeast-3", Name: "APSoutheast3"}, // Asia Pacific (Jakarta)
{Value: "ap-southeast-4", Name: "APSoutheast4"}, // Asia Pacific (Melbourne)
{Value: "ap-southeast-5", Name: "APSoutheast5"}, // Asia Pacific (Malaysia)
{Value: "ap-southeast-7", Name: "APSoutheast7"}, // Asia Pacific (Thailand)
{Value: "ca-central-1", Name: "CACentral"}, // Canada (Central)
{Value: "ca-west-1", Name: "CAWest1"}, // Canada (Calgary)
{Value: "eu-central-1", Name: "EUCentral1"}, // Europe (Frankfurt)
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Enums.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions sdk/go/aws/pulumiEnums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions sdk/java/src/main/java/com/pulumi/aws/enums/Region.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions sdk/nodejs/types/enums/index.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions sdk/python/pulumi_aws/_enums.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 357de3a

Please sign in to comment.