kewl-infrastructure-utils/podman/inputs.tf

9 lines
252 B
Terraform
Raw Normal View History

2021-11-14 17:12:52 +01:00
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
2021-11-14 17:05:19 +01:00
# SPDX-License-Identifier: GPL-3.0+
# Server-related variables
variable "server_host" {
type = string
description = "The host to which ZNC should be installed and configured"
}