Migrating from Terraform to Pulumi Critical constraints — read before acting: - Do NOT run — use the terraform-migrate plugin instead, which preserves state mapping. - Do NOT run — this is for a different workflow. - Do NOT create the Pulumi project under — create it inside the checked-out repo. - Replace and below with the actual paths confirmed with the user. First establish scope and plan the migration by working out with the user: - where the Terraform sources are ( ) - where the migrated Pulumi project lives ( ) - what is the target Pulumi language (such as TypeScript, Python, YAML) - wh…