Hi folks! I'm trying to deploy my infrastructure ...
# general
r
Hi folks! I'm trying to deploy my infrastructure to AWS China and have an issue during s3 creation. Behavior is same as in the following terraform issue: https://github.com/hashicorp/terraform-provider-aws/issues/15420. That problem was fixed in terraform provider 3.16.0, but looks like is still relevant for pulumi cli 2.24.1 (which is dependent on terraform provider 3.36.0) I'm using the same code which works fine for AWS in eu-central-1, so I'm sure that it's correct. Also, buckets themselves are created, it's related to some post-creation checks, I believe. Can anybody advice some workaround, or shall I open an issue on github?
b
Opening an issue on GitHub is always helpful, especially if you can provide logging: https://www.pulumi.com/docs/troubleshooting/#verbose-logging
👍 1