forked from fediversity/fediversity
13 lines
159 B
HCL
13 lines
159 B
HCL
variable "hostname" {
|
|
type = string
|
|
}
|
|
|
|
variable "config_nix" {
|
|
type = string
|
|
default = "{}"
|
|
}
|
|
|
|
variable "config_tf" {
|
|
type = map(any)
|
|
default = {}
|
|
}
|