feat(dns): setup cloudflared tunnel and DNS records
This commit is contained in:
17
cloudflare/dns/variables.tf
Normal file
17
cloudflare/dns/variables.tf
Normal file
@@ -0,0 +1,17 @@
|
||||
variable "cloudflare_zone_id" {
|
||||
description = "Cloudflare Zone ID"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "cloudflare_tunnel_id" {
|
||||
description = "Cloudflare Zone ID"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "services" {
|
||||
description = "TODO"
|
||||
type = map
|
||||
sensitive = false
|
||||
}
|
||||
Reference in New Issue
Block a user