mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Also removed the logic for deploying to the long gone aur-dev box. Ansible will be added in a upcoming commit for configurating and deploying aurweb on the VM. [1] https://docs.gitlab.com/ee/ci/review_apps/
36 lines
420 B
HCL
36 lines
420 B
HCL
variable "hcloud_token" {
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
|
|
variable "dns_server" {
|
|
type = string
|
|
}
|
|
|
|
variable "dns_tsig_key" {
|
|
type = string
|
|
}
|
|
|
|
variable "dns_tsig_algorithm" {
|
|
type = string
|
|
}
|
|
|
|
variable "dns_tsig_secret" {
|
|
type = string
|
|
}
|
|
|
|
variable "dns_zone" {
|
|
type = string
|
|
}
|
|
|
|
variable "name" {
|
|
type = string
|
|
}
|
|
|
|
variable "server_type" {
|
|
type = string
|
|
}
|
|
|
|
variable "datacenter" {
|
|
type = string
|
|
}
|