-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating an ObjectBucket is not using the configured scaleway:project_id #232
Comments
Hey @juchom, can you try with the latest version |
I've juste updated my project with
|
Thanks @juchom for the feedback. I track error message in this issue pulumi/pulumi-terraform-bridge#1231 |
I'm running into similar problems. I see that the related issue is closed and a new version of the bridge is released. Any way I can test this easily or do I have to compile Pulumi myself, and if so, how can this be done? I can't seem to find build documentation. |
I managed to create a build of the provider using v3.56.2 of the bridge and can confirm the problem is now resolved. I also had to apply the replace to the sdk suggested in pulumi/pulumi-terraform-bridge#1302 to get the build going. |
@dirien These errors with getLocality seem to be getting in the way of everyone by reading the last 3 or 4 issues in this repo. Do you have any plans to fix them ? @MathyV maybe you can contribute a PR or build somewhere... Many thanks everyone |
If you configure the default
scaleway:project_id
and you create anObjectBucket
like this :The bucket is created in the
default
project and not inscaleway:project_id
like other resources.The text was updated successfully, but these errors were encountered: