docs icon indicating copy to clipboard operation
docs copied to clipboard

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

Open mikhailshilkov opened this issue 10 months ago • 0 comments

We want to add a new documentation article that walks users through converting a Terraform program to Pulumi using Claude Code (Anthropic’s AI coding agent). 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-claude-code.md
    • Content:
      • Brief intro about using Claude Code for conversion
      • Placeholder 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 Claude Code walkthrough.
    • adopting-pulumi/converters.md:
      • Add a reference/link to the new Claude Code 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 Claude Code walkthrough for users interested in AI-assisted conversion.
    • adopting-pulumi/migrating-to-pulumi/_index.md:

mikhailshilkov avatar Jun 12 '25 09:06 mikhailshilkov