dns and talos
This commit is contained in:
@ -5,6 +5,13 @@ variable "api_token" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "zone_id" {
|
||||
description = "The DNS zone id as siplayed in cloudflare dashboard."
|
||||
type = string
|
||||
default = ""
|
||||
sensitive = false
|
||||
}
|
||||
|
||||
variable "dns_records" {
|
||||
description = "DNS A records to create"
|
||||
type = list(object({
|
||||
|
Reference in New Issue
Block a user