-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Hi,
When trying to perform a terraform apply
with a new Vercel Project with public_source = false
, I got the following error:
Below is the resource that was attempted to be created (environment has a list of vars not included):
resource "vercel_project" "ecom-storefront" {
name = "ecom-storefront-1"
framework = "nextjs"
git_repository = {
type = "github"
repo = "a-github-repo"
}
team_id = "a-team-id"
serverless_function_region = "iad1"
install_command = "npm install -g npm-cli-login && npm-cli-login && npm install"
public_source = false
environment = []
}
Steps Taken to Debug:
- Verify
terraform fmt -check
- Verify
terraform validate
- Verify latest Provider version (using
~> 0.7
) - Retry
terraform apply
(destroy works as expected, creation fails again)
Details from terraform version
:
Terraform v1.2.6
on darwin_amd64
+ provider registry.terraform.io/hashicorp/aws v4.27.0
+ provider registry.terraform.io/vercel/vercel v0.7.0
Metadata
Metadata
Assignees
Labels
No labels