Komal

Results 45 comments of Komal

The thing I find particularly odd is why there isn't an error thrown on the first half of the offending event. Like the error you got was for this event,...

It is now possible to have ESC files in git with [pulumiservice provider support for Environments](https://www.pulumi.com/registry/packages/pulumiservice/api-docs/environment/) - here's an example: https://github.com/pulumi/pulumi-pulumiservice/tree/main/examples/ts-environments-file-asset

A little more context here, this issue is caused by the fact that `pulumi refresh` and `pulumi destroy` don't run the pulumi program, they use credentials that are stored in...

I wrote up a blog post about our recommended pattern for syncing to external systems - with links to examples on how to do this for AWS Secrets Manager, AWS...

Agreed with what y'all have discussed. Unfortunate about the release process but fixing the circular dependency seems worth it.

A very WIP branch where I started playing with this idea: https://github.com/pulumi/esc/pull/219 Usage can be determined by examining the test file: https://github.com/pulumi/esc/pull/219/files#diff-c9d85370cddbf279425cc6431472496aaac8ac4bfc7aa067a4b1d6ed5034a8f7 Very much encourage folks that are motivated to...

Related: https://github.com/pulumi/pulumi-pulumiservice/issues/225

Related issue for 1 in pulumiservice provider repo: https://github.com/pulumi/pulumi-pulumiservice/issues/179

We've released ESC versioning! https://www.pulumi.com/blog/esc-versioning-launch/

I think @arunkumar611 has brought this up a few times. Any ideas on how we might expose this? First thought is a top-level `settings` object: ```yaml settings: exportToPulumiConfig: true exportToEnvironmentVariables:...