I'm trying to migrate some logic that used v1 yaml.ConfigGroup Transformations to convert resources that I wanted to filter out via changing to empty kind:List manifests, to yamlv2 using the Transforms resource option to do the same. It never felt right to do it this way, it's a hack to filter out child resources -- is there a better way, so pulumi simply ignores those resources?