infra-dapps/modules/dev/variables.tf

16 lines
345 B
Terraform
Raw Normal View History

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."
}