-
The AWS Provider was upgraded to Go 1.23 in [v6.51.0](https://github.com/pulumi/pulumi-aws/releases/tag/v6.51.0), which introduced a [minor change to the crypto/tls standard library package](https://t…
-
### What happened?
I'm trying to embed a typescript application that leverage the Automation API to execute a Local Program using the `LocalProgramArgs`.
I've set up the container with the required …
-
From @komalali
> I think we might need a new GitHub org to install the app to and I also don't have access to this Pulumi org that is being used for the tests here (it's in staging). All to say, w…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
Pulumi rele…
-
### What happened?
I am trying to set Identifier URI for Azure AD Application using ApplicationIdentifierUri
```csharp
var applicationArgs = new Pulumi.AzureAD.ApplicationArgs
…
-
What are the advantages of kpt(Config as Data) over cdk8s/pulumi way of managing applications?
**Advantages of cdk8s/pulumi:**
1. More appealing to developers. Defining infra as code in their lang…
-
I use the node automation API in a custom typescript script. On SIGINT interrupt my script performs a graceful stop action before exiting. However, if a pulumi automation call is currently running, th…
-
### What happened?
I've been getting the following error message lately during `pulumi up` in our CI:
```
err?: Error: Command failed with exit code 255: pulumi up --yes --skip-preview --parallel …
-
### Describe what happened
I tried to specify a non-default service account for GKE and when the cluster creation process finished, I noticed that the service account was "default".
### Sample p…
-
### What happened?
When I use diff: true, with a large Dockerfile, I get the entirety of the docker build output. When "diff: false", I get a partial output from the command, which makes sense give…