Would there be an update on when ap-southeast-6 an...
# aws
l
Would there be an update on when ap-southeast-6 and ap-southeast-7 will be available, both in the app (Management > Accounts) and especially in the aws.Region type/enum (where ap-southeast-7 is available in 7.16+, but ap-southeast-6 isn't). It's been in the Terraform provider since 6.12, and the Pulumi provider references 6.33.0 of the Terraform provider... so no blocker there!
@green-answer-22914
I had a go at generating a PR for this but the codegen step let me down. I'm not getting the same code as in 7.20. Though honestly, the code generated on my system looks better, in places. E.g. this looks wrong: https://www.pulumi.com/registry/packages/aws/api-docs/memorydb/user/
Copy code
import * as random from "@pulumi/random";

const example = new random.index.Password("example", {length: 16});
When I ran
make build_sdks
, I didn't get the
.index
part. Not sure why that has been generated in 7.20, it looks wrong?