Hello everyone, my current DEV stack resources is ...
# general
d
Hello everyone, my current DEV stack resources is all in AWS region ap-northeast-1, and adpoting by pulumi import cli But I found that, a single resource, the AWS ACM was exist with different REGION in us-east-1, looks like is reference by AWS cloudfront does pulumi stack support multipie region, my current stack config as below
Copy code
# Pulumi.dev.yaml
config:
  aws:region: ap-northeast-1
How can I import the AWS ACM from us-east-1 ?
e
d
Yes, I just saw that and create a new AWS provider then import successful, thanks.