This commit is contained in:
10
variables.tf
10
variables.tf
@@ -70,11 +70,11 @@ variable "tunnel_network_comment" {
|
||||
default = "tips-of-mine comment for this route."
|
||||
}
|
||||
|
||||
#variable "cloudflare_api_token" {
|
||||
# description = "Token d'API Cloudflare"
|
||||
# type = string
|
||||
# sensitive = true
|
||||
#}
|
||||
variable "cloudflare_api_token" {
|
||||
description = "Token d'API Cloudflare"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "cloudflare_access_tags" {
|
||||
type = list(string)
|
||||
|
||||
Reference in New Issue
Block a user