pulumi-scaleway icon indicating copy to clipboard operation
pulumi-scaleway copied to clipboard

Creating an ObjectBucket is not using the configured scaleway:project_id

Open juchom opened this issue 1 year ago • 6 comments

If you configure the default scaleway:project_id and you create an ObjectBucket like this :

var bucket = new ObjectBucket("bucket", new()
{
    Name = "bucket",
});

The bucket is created in the default project and not in scaleway:project_id like other resources.

juchom avatar May 03 '23 08:05 juchom