Skip to content

Commit 198dd59

Browse files
authored
Add mx-central-1 region (#5572)
Adds `mx-central-1` region. Fixes #5568
1 parent a603bcb commit 198dd59

File tree

7 files changed

+11
-0
lines changed

7 files changed

+11
-0
lines changed

provider/cmd/pulumi-resource-aws/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87875,6 +87875,10 @@
8787587875
"name": "MESouth1",
8787687876
"value": "me-south-1"
8787787877
},
87878+
{
87879+
"name": "MXCentral1",
87880+
"value": "mx-central-1"
87881+
},
8787887882
{
8787987883
"name": "SAEast1",
8788087884
"value": "sa-east-1"

provider/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ var extraTypes = map[string]schema.ComplexTypeSpec{
5656
{Value: "il-central-1", Name: "ILCentral1"}, // Israel (Tel Aviv)
5757
{Value: "me-central-1", Name: "MECentral1"}, // Middle East (UAE)
5858
{Value: "me-south-1", Name: "MESouth1"}, // Middle East (Bahrain)
59+
{Value: "mx-central-1", Name: "MXCentral1"}, // Mexico (Central)
5960
{Value: "sa-east-1", Name: "SAEast1"}, // South America (Sao Paulo)
6061
{Value: "us-east-1", Name: "USEast1"}, // US East (N. Virginia)
6162
{Value: "us-east-2", Name: "USEast2"}, // US East (Ohio)

sdk/dotnet/Enums.cs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go/aws/pulumiEnums.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/java/src/main/java/com/pulumi/aws/enums/Region.java

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/nodejs/types/enums/index.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/python/pulumi_aws/_enums.py

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)