~/recombobulate
$
tip --list --tag="terraform"
// 3 tips tagged "terraform"
154
Ask Claude to Write and Debug Terraform Configs from Your Infrastructure Needs
Describe your infrastructure in plain English — "I need a VPC with public and private subnets, an RDS instance, and an ECS cluster" — and Claude writes the Terraform HCL, checks for common misconfigurations, and explains the resource dependencies.
114
Use Claude to Write Pulumi Infrastructure as Code in TypeScript
Pulumi lets you write infrastructure as real TypeScript — describe what you need and Claude can generate fully-typed Pulumi stacks using loops, conditionals, and reusable component abstractions that HCL can't express.
60
Generate Terraform Infrastructure from Plain-English Requirements
Describe your cloud infrastructure in plain English and let Claude write the Terraform — modules, variables, outputs, and all.