Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 11s

This commit is contained in:
2025-08-17 17:52:27 +02:00
parent 4bedcb8baf
commit 88705ab103

View File

@@ -7,22 +7,6 @@ variable "cloudflare_email" {
# "thedjinhn@gmail.com" # "thedjinhn@gmail.com"
} }
variable "cloudflare_zone_id" {
description = "La zone DNS à laquelle ajouter l'enregistrement."
type = string
sensitive = true
default = "a5eb1b667ba2fde356ecf6707d0dd309"
# ${{ secrets.ZONE_ID }}
#"a5eb1b667ba2fde356ecf6707d0dd309"
}
variable "ip_server_a" {
description = "Le serveur principal"
type = string
sensitive = true
default = "82.66.77.254"
}
variable "vault_url" { variable "vault_url" {
description = "URL du serveur Vault" description = "URL du serveur Vault"
type = string type = string