https://pulumi.com logo
Title
f

flat-appointment-12338

10/18/2021, 9:07 PM
I am trying to create and s3 bucket using the aws-native package but its returning an error
using the example code from the docs
const s3Bucket = new aws_native.s3.Bucket("s3Bucket", {});
I get the error
Diagnostics:
  aws-native:s3:Bucket (s3Bucket):
    error: missing required property 'region'
but region is set both on my aws profile as well as in my pulumi config file and I dont see any way to set it in the resource params, so i dont know what to do
b

billowy-army-68599

10/18/2021, 9:29 PM
ths sounds like a bug, would you mind opening an issue/
f

flat-appointment-12338

10/19/2021, 12:52 PM