This message was deleted.
# general
s
This message was deleted.
b
s
Beautiful,
pulumi.runtime.registerStackTransformation
is exactly what I was looking for in general, and the autotag example is perfect. Thanks!
Curious about this, though:
Copy code
error: diffing urn:pulumi:dev::uncle::aws:iam/role:Role::standard-nodegroup: "tags" are identical to those in the "default_tags" configuration block of the provider: please de-duplicate and try again
Since the functionality is equivalent, I can remove the
defaultTags
from my config, but isn't it expected that the
defaultTags
will be overridden by resource tags?
@billions-xylophone-85957 Have you encountered this situation at all? Not convinced I should need to deduplicate here.