This commit is contained in:
@@ -40,6 +40,12 @@ variable "tunnel_network" {
|
|||||||
default = "10.0.0.0/24"
|
default = "10.0.0.0/24"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "tunnel_network_comment" {
|
||||||
|
description = "Commentaire du network du tunnel Cloudflare"
|
||||||
|
type = string
|
||||||
|
default = "Example 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
|
||||||
|
|||||||
Reference in New Issue
Block a user