Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add Support for Setting NodeJS Version #252

Open
arobinsongit opened this issue Jan 6, 2025 · 1 comment
Open

Feature: Add Support for Setting NodeJS Version #252

arobinsongit opened this issue Jan 6, 2025 · 1 comment

Comments

@arobinsongit
Copy link

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"
  }
}
@dglsparsons
Copy link
Collaborator

Very self-explanatory. Been meaning to add this one for a while :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants