1 min read
The Vercel Terraform Provider allows you to create, manage and update your Vercel projects, configuration, and settings through infrastructure-as-code.
You can now control significantly more Vercel resources through Terraform:
Control whether custom production domains are automatically assigned
Enable and disable Git LFS on a project
Configure Automatic Function Failover
Allow the prioritization of production builds over preview builds
Configure Skew Protection
Create and manage Deploy Hooks
Enable and disable Comments on preview deployments
Enable and disable Git Comments for a project
Set up and manage Configurable Log Drains
Create and manage Account Webhooks
Configure Edge Config stores, schemas and access tokens.
Learn how to get started with the Terraform provider for Vercel. If you already have Terraform set up, upgrade by running:
terraform init -upgrade