Matthew (Matt) Jeffryes

Results 248 comments of Matthew (Matt) Jeffryes

Ah, I see what you mean. I was able to setup the sshd server for certificate auth and reproduce. My steps below for posterity: 1) Create user CA ```bash ssh-keygen...

FWIW, I was able to work around this limitation by adding the user-key and cert to the ssh-agent and removing the explicit `privateKey` field from my connection configuration. (The provider...

So the problem is that you can't create/update 2 deployments in the same account at the same time? That's unfortunate. I don't know if we have any general facility for...

Thanks for reporting this @EthanNicholson00. It sounds a little similar to this closed issue: [Using Entra ID Only Auth and Updating causes a failure when Tag is incorrectly set· pulumi-azure-native/2937](https://github.com/pulumi/pulumi-azure-native/issues/2937)....

Thanks for filing this issue @brncsk. As noted in the [documentation](https://www.pulumi.com/registry/packages/command/api-docs/remote/copytoremote/#source_nodejs), the `CopyToRemote` resource currently only supports `FileAsset` or `FileArchive` values for `source`. The resource is meant to model a...

Thanks for reporting this @andrej98! Unfortunately, the azure APIs can be a bit inconsistent about when a default value needs to be updated explicitly. In this case it looks like...

This sounds like it's probably an upstream issue with the behavior of the API, not something we can fix in the provider. It'd be possible to check this by issuing...

Thanks for reporting this @thomaskjohansen! It's actually not surprising that pulumi import did not work since we can't know ahead of time what api version to use for the resource...

Thanks for the suggestion @froazin! I think it might be a little tricky to deliver this feature though; as it stands today, the command provider doesn't really know anything about...

I probably don't have enough context to advise which would be the best solution for you, but I'll through one other option into the mix: There's a open source provider...