Just wondering if anyone else got this error, which only happens when I run pulumi up (refresh and preview are successful) from a CI/CD pipeline:
Error: failed to register new resource …… [aws:cloudfront/distribution:Distribution]: Resource monitor is terminating
The actual resource is not always the same, or the same type.
Running the same commands from my local, but the same code branch, is successful.