https://pulumi.com logo
#general
Title
# general
d

dry-beach-58138

08/25/2022, 8:20 AM
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

echoing-dinner-19531

08/25/2022, 8:41 AM
d

dry-beach-58138

08/25/2022, 8:51 AM
Yes, I just saw that and create a new AWS provider then import successful, thanks.
2 Views