pulumi-ai icon indicating copy to clipboard operation
pulumi-ai copied to clipboard

Pulumi AI doesn't use typed properties all the time

Open jaxxstorm opened this issue 1 year ago • 0 comments

What happened?

Pulumi AI most often uses untyped dicts in Python, however sometimes if you push it, it will use the typed properties

Expected Behavior

Pulumi AI in python should use typed properties

Steps to reproduce

If I ask Pulumi AI to create something in datadog, say:

Create datadog custom pipeline with an attribute processor.

It will use an untyped dict.

If I explicitly ask it to use properties, say:

Create a Datadog attribute processor and then add it to a custom pipeline

Sometimes it creates the resource with the properties, sometimes it doesn't

Output of pulumi about

n/a

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

jaxxstorm avatar Jun 21 '23 17:06 jaxxstorm