gifted-sandwich-82552
10/27/2023, 3:36 PMignore_changes
feature to ignore mutable tags like from kubernetes, but we still want to track certain tags like Name, Owner etc.
Following docs and examples, using this in our code, ignores all tags changes
ResourceOptions(ignore_changes=["tags"])
is there any example or mechanism to ignore a regex or conditional subset of tags? like ignore only if a tag starts with kubernetes?