little-cartoon-10569
08/05/2020, 12:24 AMpulumi login -c s3://....
, now I'd like to switch to a different profile to run the Pulumi code. Can I say "use this profile to access the state and whatever is in AWS_PROFILE for running the project"?terraform {
backend "s3" {
bucket = "bucket-in-another-account"
role_arn = "arn:aws:iam::other-account-id:role/role-in-other-account-with-access-to-bucket"
}
}
millions-furniture-75402
08/05/2020, 1:03 PMlittle-cartoon-10569
08/05/2020, 8:39 PMprovider
opts property. Which is what the Terraform code above achieves.