Update variables.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 23s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 23s
This commit is contained in:
@@ -34,6 +34,12 @@ variable "tunnel_name" {
|
|||||||
default = "home-tunnel"
|
default = "home-tunnel"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "tunnel_network" {
|
||||||
|
description = "Network du tunnel Cloudflare"
|
||||||
|
type = string
|
||||||
|
default = "10.0.0.0/24"
|
||||||
|
}
|
||||||
|
|
||||||
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