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."
|
default = "tips-of-mine comment for this route."
|
||||||
}
|
}
|
||||||
|
|
||||||
#variable "cloudflare_api_token" {
|
variable "cloudflare_api_token" {
|
||||||
# description = "Token d'API Cloudflare"
|
description = "Token d'API Cloudflare"
|
||||||
# type = string
|
type = string
|
||||||
# sensitive = true
|
sensitive = true
|
||||||
#}
|
}
|
||||||
|
|
||||||
variable "cloudflare_access_tags" {
|
variable "cloudflare_access_tags" {
|
||||||
type = list(string)
|
type = list(string)
|
||||||
|
|||||||
Reference in New Issue
Block a user