mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
feat: deploy apricote.de
This commit is contained in:
parent
d097de521b
commit
ecfbee1e03
4 changed files with 85 additions and 0 deletions
|
|
@ -9,6 +9,12 @@ terraform {
|
|||
source = "timohirt/hetznerdns"
|
||||
version = ">= 2.2.0"
|
||||
}
|
||||
|
||||
vercel = {
|
||||
source = "vercel/vercel"
|
||||
version = ">= 0.11.4"
|
||||
}
|
||||
|
||||
random = {
|
||||
source = "hashicorp/random"
|
||||
}
|
||||
|
|
@ -21,3 +27,4 @@ terraform {
|
|||
}
|
||||
required_version = ">= 1.3.3"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue