is it possible to import a resource and apply a di...
# general
b
is it possible to import a resource and apply a diff on it? e.g. if i want to apply a replication config on several s3 buckets that i have in various stacks.
w
In a single update - no. But if you
ignoreChanges
on it during import, you can then remove
ignoreChanges
and do another update and you will modify the existing resource. Does that work for your case?