Should you be able to set a package version within...
# yaml
b
Should you be able to set a package version within a config and make use of that in the provider declaration in the Pulumi.yaml file? For instance a
Copy code
config:
  sdk:
    version: 0.2.0
and then use that like
Copy code
provider:  
  type: pulumi:providers:blah
  options:
    version: ${sdk:version}
Sounds like a solid maybe 😅