feat(dns): setup cloudflared tunnel and DNS records
This commit is contained in:
14
cloudflare/policies/variables.tf
Normal file
14
cloudflare/policies/variables.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
variable "cloudflare_zone_id" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "cloudflare_account_id" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "cloudflare_email" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user