chronark / terraform-provider-vercel

A terraform provider for vercel's hosting platform
ff789693-5a72-142e-e45d-326ead4ae7a4.vercel.app
Mozilla Public License 2.0
25 stars 9 forks source link

Vercel project's gitRepository is optional #60

Closed BarnabyShearer closed 2 years ago

BarnabyShearer commented 2 years ago

I needed the ability to managed a Vercel project that is not directly linked to a git repository (because we use a custom CI pipeline). Here is a minimal set of changes to make git_repository optional. Very happy to make further refinements if you have any suggestions.

chronark commented 2 years ago

Hi @BarnabyShearer thank you.

I had added it here a week ago but haven't had the chance to use the new implementation. I'll merge and release later today.