The values region and profile should be carried through to the exec-changeset command.
The current output looks like this:
Your new stack is now in REVIEW_IN_PROGRESS state. To create the resources run the following
iidy exec-changeset --stack-name your-stack iam/stack-args.yml sturdy-rat
It would be preferrable pass through the region and profile of the previous command if possible:
iidy --region REGION --profile PROFILE exec-changeset --stack-name your-stack iam/stack-args.yml sturdy-rat
The values
region
andprofile
should be carried through to theexec-changeset
command.The current output looks like this:
It would be preferrable pass through the region and profile of the previous command if possible: