This message was deleted.
# general
s
This message was deleted.
c
the mentioned solution doesn't work, because the
aws.elasticache.ReplicationGroup
does not have an auto generated name, so pulumi unable to create it after deleted from the stack 😞
error: Plan apply failed: Error creating Elasticache Replication Group: ReplicationGroupAlreadyExists: Replication group with specified name already exists.
w
Can you rename the
ReplicationGroup
to force a new one to be created?
c
I will try, but messed up the stack, I need to fix a few things first
I can rename the replicationGroup
now I created a postfix with the pulumi random package and added a keeper value to trigger the redis cluster replace if necessary, but it's a really hackish solution