The ap-southeast-6 region (Asia Pacific - Malaysia) is missing from the supported regions list in provider/types.go (around line 45-46). This appears to be an oversight since other recent AP Southeast regions are already included.
Reference:
|
{Value: "ap-southeast-5", Name: "APSoutheast5"}, // Asia Pacific (Malaysia) |
|
{Value: "ap-southeast-7", Name: "APSoutheast7"}, // Asia Pacific (Thailand) |
The ap-southeast-6 region (Asia Pacific - Malaysia) is missing from the supported regions list in provider/types.go (around line 45-46). This appears to be an oversight since other recent AP Southeast regions are already included.
Reference:
pulumi-aws/provider/types.go
Lines 45 to 46 in d126371