Closed pierskarsenbarg closed 1 year ago
Similar case for Azure Native. When generating sample code in Go, the imports for Azure Native Go SDK are incorrect.
"github.com/pulumi/pulumi-azure-native/sdk/v2/go/azure/armresources"
"github.com/pulumi/pulumi-azure-native-sdk/resources/v2"
https://www.pulumi.com/ai/conversations/03f3e612-065d-4d55-89c0-b0fdd9b25b27
What happened?
When asking the chatbot to create an s3 in golang, it references the AWS SDK as version 6, which doesn't exist.
Expected Behavior
The SDK version would be v5
Steps to reproduce
Prompt:
make me an s3 bucket
Resulting code:
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).