v3/terraform/modules/cloudflare-cluster-dns/variables.tf
2020-10-09 10:54:55 -04:00

19 lines
238 B
HCL

variable "ingress-name" {
type = string
}
variable "ingress-namespace" {
type = string
}
variable "ingress-endpoint" {
type = string
}
variable "cloudflare-zone-id" {
type = string
}
variable "record-name" {
type = string
}