I have a CloudWatch Log Group deployed originally ...
# aws
b
I have a CloudWatch Log Group deployed originally via plumi/aws classic. However, on subsequent stack updates, with nothing having changed, it fails because "The specified log group already exists". What am I doing wrong that's causing the state to mess up?
e
Could it be that Pulumi state lost the record for this Log Group? Try
pulumi refresh
?
b
Is there a functional difference between that and up --refresh? Because I use that often, probably too much, honestly, but including for this situation.
e
AFAIK
pulumi up --refresh
~
pulumi refresh && pulumi up
b
kk, that's what I thought. So yeah, that isn't helping 😞
e
Could you log an issue with repro into
pulumi/pulumi-aws
? My team will have a look. 🙏
b
will do. Thanks!