Fraser Waters
Fraser Waters
> AFAICT this error is unrelated to the SDK's versioning as it's just trying to parse the version from the GitHub release. Nope the issue looks to be that the...
Not totally sure what your asking for here? `import` would need a file source to import from but I can't imagine having stack files around in checkouts that you could...
> Right now, when Pulumi is installed, the default language hosts must also be installed. ... N.B. I expect we'll change the core pulumi distribution to fix this at some...
I suspect we probably won't support this directly as it looks simple enough to use something like [tool-versions-action](https://github.com/marocchino/tool-versions-action) to do this: ``` - name: Read .tool-versions uses: marocchino/tool-versions-action@v1 id: versions...
> But need to add those back with the appropriate permissions to allow updating dist files to work. I think it's just allowing pulumi-bot.
OK had a look into this and `pulumi login` _does_ respect the backend set in the Pulumi.yaml. It looks like the issue is actions isn't running the initial login command...
You can do this just via configMap, there's a config key "pulumi:tags" that the engine will pick up to set stack tags with. https://www.pulumi.com/docs/concepts/config/
> pulumi:tags must be an object of strings tags has probably stricter validation than needed, but it won't accept bools or numbers currently. So if `inputs.cloud` is resolving to "true",...
Are you sure your referencing the latest version of the action. "plan" is listed in the inputs (https://github.com/pulumi/actions/blob/22bf372c07ea050ffca88ebbc233f3feb7d07cd0/action.yml#L100) and there's a test that runs with plan (https://github.com/pulumi/actions/blob/22bf372c07ea050ffca88ebbc233f3feb7d07cd0/.github/workflows/workflow.yml#L360). I see no...
🤦♂️ It hasn't been in an actual release yet. I'll get a v4.5 release organised, should fix this.