thousands-hairdresser-72380
02/25/2022, 9:42 PMaws:region
configuration to configure my stacks.
A stack was deployed to us-east-1
then the aws:region
was swapped to us-west-2
and deployed.
It got half way through and then failed.
It now fails to delete any resources from either region and returns errors like:
error reading ELBv2 Target Group [omitted] is not a valid target group ARN
and
InvalidParameterException: Invalid Region in ARN
What’s the best way to reconcile this without deleting all the resources manually then force deleting the stack?
Thank you!miniature-musician-31262
02/26/2022, 1:02 AMpulumi refresh
, probably with us-east-1
first, and assuming that worked, then destroying and repeating with us-west-2
. Have you tried that?thousands-hairdresser-72380
02/27/2022, 1:57 PM