If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
To stabilize provider builds we currently pin external provider references so that examples that use an external provider (i.e. aws provider when building a provider other than aws such as awsx) render in a stable manner. However issues remain when these references remain stale. Examples drop out or render inaccurately.
How are these pinned? See .ci-mgmt.yaml in pulumi-aws for a good recent example, it has a section:
Hello!
Issue details
To stabilize provider builds we currently pin external provider references so that examples that use an external provider (i.e.
aws
provider when building a provider other thanaws
such asawsx
) render in a stable manner. However issues remain when these references remain stale. Examples drop out or render inaccurately.How are these pinned? See .ci-mgmt.yaml in pulumi-aws for a good recent example, it has a section:
Suggest automating this:
Affected area/feature