pulumi-ai
pulumi-ai copied to clipboard
Generated text directs the reader to use an `aws.cloudfront.Invalidation` resource that does not exist Affected page: https://www.pulumi.com/ai/answers/qeU1zpxLF3bAErKokpV1RQ/automating-aws-cloudfront-cdn-invalidation
### What happened? 1. Navigate to https://www.pulumi.com/ai 2. Without changing the language at the bottom dialog (i.e. leaving TypeScript) type "C# code for Azure web application" The tool generates a...
Affected page: https://www.pulumi.com/ai/answers/18zWAZmq13JeVS2G57Pi1h/deploying-aws-iam-role-policy-attachments I followed this example and it was not attaching the policy to the role. It wasn't until I changed the code to use `exampleRole.id` instead of `exampleRole.name`...
Pulumi AI session: https://www.pulumi.com/ai/conversations/5c5d22ac-1394-4d83-868a-45424734fd12 Prompt: How to list virtual machines in an Azure virtual machine scale set? Response: ```csharp using Pulumi; using Pulumi.AzureNative.Compute; using Pulumi.AzureNative.Compute.Inputs; using System.Collections.Generic; return await Deployment.RunAsync(()...
### What happened? When creating a new Azure FrontDoor, the code in the docs and AI does not work. There's no way to pass a list of protocols (http/https) into...