pulumi-command
pulumi-command copied to clipboard
## Workflow Failure [build](https://github.com/pulumi/pulumi-command/blob/master/.github/workflows/build.yml) has failed. See the list of failures below: - [2024-06-21T14:38:40.000Z](https://github.com/pulumi/pulumi-command/actions/runs/9615051344) - [2024-06-28T16:12:50.000Z](https://github.com/pulumi/pulumi-command/actions/runs/9715525752) - [2024-07-11T08:02:10.000Z](https://github.com/pulumi/pulumi-command/actions/runs/9887480345) - [2024-07-15T19:06:24.000Z](https://github.com/pulumi/pulumi-command/actions/runs/9945134302) - [2024-07-16T06:17:03.000Z](https://github.com/pulumi/pulumi-command/actions/runs/9951724461)
### What happened? In the case where the remote path does not exist, I get a cryptic "file does not exist" error. Would be lovely to distinguish missing local and...
The `Diff` operation is [defined in the Pulumi resource model](https://pulumi-developer-docs.readthedocs.io/en/stable/providers/implementers-guide.html#diff). > The Diff method is responsible for calculating the differences between the actual and desired state of a resource as...
The `Read` operation is [defined in the Pulumi resource model](https://pulumi-developer-docs.readthedocs.io/en/stable/providers/implementers-guide.html#read). > The Read method is responsible for reading the current inputs and state Objects for a resource. Read may be...
### What happened? I am trying to stage software installation into one Command and then testing the software into another Command, however the installation command keeps getting re-run because of...
Right now you can only connect to an EC2 instance using pulumi-command if: - VPC has internet gateway - EC2 instance is in public subnet - key-pair access is enabled...