bulky-kite-69343
03/27/2023, 7:35 PMvar res = new MyResource("res",
new MyResourceArgs { Prop = "new-value" },
new CustomResourceOptions { IgnoreChanges = { "root.nested[*]" } });
^will this work to ignore everything under that nested block?