Pretty self explanatory I think. I would propose a new attribute on the project that matches the name in the API ``` resource "vercel_project" "with_git" { name = "example-project-with-git" framework = "nextjs" nodeversion = "18.x" git_repository = { type = "github" repo = "vercel/some-repo" } } ```