You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run pulumi up -y while my shell is setup with AWS_PROFILE=account2
I get the error:
create aws:ecs/service:Service
error: 1 error occurred:
* InvalidParameterException: Identifier is for ID_FOR_ACCOUNT_2. Your accountId is ID_FOR_ACCOUNT_1 "test-service-72f5fa9"
FargateService seems to create all the other resources fine till it gets to aws:ecs/service/Service where it tries to put it in account2.
The text was updated successfully, but these errors were encountered:
To set the profile for AWS you need to use pulumi config set aws:profile account1.
Edit: At closer inspection, I realize that you are actually setting the profile correctly and it appears you are indeed hitting a bug. Thanks for bringing it to our attention.
With the following:
With config:profile of account1
I run
pulumi up -y
while my shell is setup with AWS_PROFILE=account2I get the error:
FargateService seems to create all the other resources fine till it gets to aws:ecs/service/Service where it tries to put it in account2.
The text was updated successfully, but these errors were encountered: