mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
19 lines
238 B
HCL
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
|
|
}
|