mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
8 lines
170 B
HCL
8 lines
170 B
HCL
# Set the variable value in *.tfvars file
|
|
# or using -var="vercel_token=..." CLI option
|
|
variable "vercel_token" {}
|
|
|
|
|
|
provider "vercel" {
|
|
api_token = var.vercel_token
|
|
}
|