mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: deploy apricote.de
This commit is contained in:
parent
d097de521b
commit
ecfbee1e03
4 changed files with 85 additions and 0 deletions
8
provider_vercel.tf
Normal file
8
provider_vercel.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Set the variable value in *.tfvars file
|
||||
# or using -var="vercel_token=..." CLI option
|
||||
variable "vercel_token" {}
|
||||
|
||||
|
||||
provider "vercel" {
|
||||
api_token = var.vercel_token
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue