In a provider schema.yaml, is there an easy way to...
# package-authoring
l
In a provider schema.yaml, is there an easy way to say that a type extends another type? For example, my resource extends
aws:ecr/repository:Repository
and has the same properties, plus a couple extra, and I don't want to copy the entire ref from the AWS schema
m
Not currently. We have an issue tracking adding such a capability: https://github.com/pulumi/pulumi/issues/8114