infra-dapps/modules/prod/variables.tf
Jakub Sokołowski d904ef830a
add a prod module, create an AMC certificate for dap.ps
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-25 13:16:00 -04:00

16 lines
345 B
HCL

variable "name" {
description = "Name of this environment to be used in all resources."
}
variable "gandi_zone_id" {
description = "ID of the zone in Gandi DNS registrar."
}
variable "dns_domain" {
description = "Name of domain for this environment."
}
variable "dns_entry" {
description = "Name of DNS entry for this environment."
}