Does pulumi support <account regional namespaces> ...
# aws
f
Does pulumi support account regional namespaces that AWS announced recently? I don't see any mention of the
bucket_namespace
in the docs 🤔
m
This was added to the upstream Terraform AWS provider in 6.37.0 last week: https://github.com/hashicorp/terraform-provider-aws/releases/tag/v6.37.0 The Pulumi AWS provider currently uses 6.36.0, so it will only become available with the next update/release. (You can see which TF provider the Pulumi provider is linked to by checking the "upstream" reference at https://github.com/pulumi/pulumi-aws)
🙏 1