docs icon indicating copy to clipboard operation
docs copied to clipboard

Add docs article: Converting Terraform to Pulumi using Cursor (AI walkthrough)

Open mikhailshilkov opened this issue 5 months ago • 0 comments

We want to add a new documentation article that walks users through converting a Terraform program to Pulumi using Cursor (AI coding agent/editor). The article should provide a step-by-step walkthrough, including suggested prompts for different Pulumi languages (TypeScript, Python, Go, C#, Java, YAML). This will help users leverage AI to accelerate their migration from Terraform to Pulumi.

Tasks:

  1. Create a new article

    • Location: content/docs/iac/adopting-pulumi/terraform-cursor.md
    • Content:
      • Brief intro about using Cursor for conversion
      • Sections for:
        • Overview
        • Suggested prompts for each Pulumi language
        • Step-by-step walkthrough
        • Tips and caveats
  2. Update navigation and cross-references

    • adopting-pulumi/_index.md:
      • Add a bullet or callout in the "Conversion" section and the guide list for the new Cursor walkthrough.
    • adopting-pulumi/converters.md:
      • Add a reference/link to the new Cursor conversion article in the list of conversion tools/resources.
    • adopting-pulumi/migrating-to-pulumi/from-terraform.md:
      • Add a cross-link or callout to the new Cursor walkthrough for users interested in AI-assisted conversion.
    • adopting-pulumi/migrating-to-pulumi/_index.md:
      • Optionally, add a bullet for the Cursor walkthrough if it fits the style.

mikhailshilkov avatar Jun 12 '25 09:06 mikhailshilkov