Vizzuality/landgriffon

View on GitHub
infrastructure/base/modules/aws/dns/variables.tf

Summary

Maintainability
Test Coverage
variable "domain" {
  type        = string
  description = "The base domain name"
}

variable "site_server_ip_list" {
  type        = list(string)
  description = "The IP address list of page server"
}

variable "bastion_hostname" {
  type        = string
  description = "The hostname of the bastion host"
}