purple-plumber-90981
10/21/2021, 4:47 AMred-match-15116
10/21/2021, 5:11 AMAWS_REGION
set?import
uses the config and I’m wondering if it’s getting some underlying region setting.purple-plumber-90981
10/21/2021, 8:00 AM04:52:36 bmeehan@_ip-10-232-33-223:~/repos/itplat-pulumi-infrastructure/src/aws/s3$ env | grep AWS
07:59:52 bmeehan@_ip-10-232-33-223:~/repos/itplat-pulumi-infrastructure/src/aws/s3$
pulumi import
as i have tried setting in pulumi config and setting by env var, both fail--provider string The name and URN of the provider to use for the import in the format name=urn, where name is the variable name for the provider resource
pulumi import --yes -s ipd-aws-s3 aws:s3/bucket:Bucket itplat-regional-629205377521-us-west-1 itplat-regional-629205377521-us-west-1 --provider us-west-1=urn:pulumi:ipd-aws-s3::aws_iam::pulumi:providers:aws::us-west-1
...
ok yes that seems to work
very hard to read help description