description Pulumi AI Overview
Pulumi AI is a VS Code extension leveraging OpenAI's models to provide code completion and explanations for infrastructure-as-code projects written in various programming languages via the Pulumi platform.
help Pulumi AI FAQ
Can Pulumi AI generate infrastructure code from a natural-language prompt?
Yes. Pulumi AI is designed to turn requests such as creating an AWS S3 bucket or Kubernetes deployment into Pulumi programs, which can use languages including TypeScript, Python, Go, C#, Java, and YAML.
Does Pulumi AI work only with AWS infrastructure?
No. Pulumi supports more than 150 infrastructure providers, including AWS, Microsoft Azure, Google Cloud, Kubernetes, and Cloudflare, so generated examples are not limited to one cloud.
Do I need a Pulumi account to use the Pulumi AI extension in VS Code?
The extension can help generate and explain infrastructure code inside VS Code, but deploying that code still requires the Pulumi CLI and a configured state backend. That backend can be Pulumi Cloud or a self-managed option such as an object-storage bucket.
Does Pulumi AI deploy the generated infrastructure automatically?
No. The generated program should be reviewed and then deployed through the normal Pulumi workflow, typically with commands such as `pulumi preview` and `pulumi up`.
explore Explore More
Reviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.