这是indexloc提供的服务,不要输入任何密码
Skip to content

Feature: Add Support for Setting NodeJS Version #252

@arobinsongit

Description

@arobinsongit

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"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions