Has anyone ever noticed weird spooky magicness hap...
# aws
l
Has anyone ever noticed weird spooky magicness happening with LogMetricFilters?
I imported a pile. They successfully imported, Pulumi reported no changes.
However, in the console, they had vanished.
aws logs describe-metric-filters
could not find them.
When I ran
pulumi preview
again, it complained about the
import
opt, because the resources were gone.
Deleting the
import
and running again worked.
I exported the stack, they were listed in there, correctly.
But missing from AWS....
So I ran
pulumi up --refresh
.. it showed no changes, but it did say this in the summary at the bottom...
Copy code
Resources:
    + 8 created
And now, my LogMetricFilters are back!
(Unlike my hair, which remains torn out.)