mirror of
https://github.com/dap-ps/infra-dapps.git
synced 2025-02-24 09:58:19 +00:00
16 lines
345 B
Terraform
16 lines
345 B
Terraform
|
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."
|
||
|
}
|