Matthew (Matt) Jeffryes

Results 248 comments of Matthew (Matt) Jeffryes

Hi @ajeffrey, thanks for reporting this. It sounds like the current version of FCM expects the PlatformCredential to be the entire contents of the service account JSON, as a string....

Hmmm... probably the next step to debug would be to verify the serviceJson, by attempting to create the Platform application directly with the aws cli. If that succeeds, then you...

relates to https://github.com/pulumi/pulumi-terraform-bridge/issues/2938

This looks like you're probably hitting [Confusing error message in serialization logic in rpc.py· pulumi/13506](https://github.com/pulumi/pulumi/issues/13506) I can't immediately spot a type error in the code you've shared, but that would...

Thanks for letting us know @YanishR. Based on the error stack trace, I suspect this is more specific to java language support than to pulumi-kubernetes. It looks like maybe there's...

Hmmm... I converted this to a java program and didn't have any trouble: ``` package myproject; import com.pulumi.Pulumi; import com.pulumi.kubernetes.helm.v4.Chart; import com.pulumi.kubernetes.helm.v4.ChartArgs; import com.pulumi.kubernetes.helm.v4.inputs.RepositoryOptsArgs; public class App { public static...

It appears this is still something of an issue; the docks for the v1 ConfigFile resource look to be incomplete.

Thanks for the feedback @bernhardloos looks like we more or less know where the problem is and we just need to update and test the type generator on this edge...

@aureq This is exactly the situation the new `--run-program` flag is intended to address. ([Improved refresh and destroy experience for Pulumi IaC | Pulumi Blog](https://www.pulumi.com/blog/improved-refresh-destroy-experience/) That mode tells the engine...

You have a fair point that the kubernetes provider is worse in this respect because it captures the KUBECONFIG value from the environment into state. We have another issue open...