Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 1m12s

This commit is contained in:
2025-07-05 10:02:05 +02:00
parent 73d2fa78ea
commit f4062006c7

View File

@@ -36,8 +36,9 @@ variable "vault_token" {
description = "Token d'acces" description = "Token d'acces"
type = string type = string
sensitive = true sensitive = true
default = ${{ secrets.VAULT_TOKEN }} default = "hvs.BUXBydP1Iy6leqNIo2wx478p"
#hvs.BUXBydP1Iy6leqNIo2wx478p # ${{ secrets.VAULT_TOKEN }}
# "hvs.BUXBydP1Iy6leqNIo2wx478p"
} }
variable "cloudflare_api_token" { variable "cloudflare_api_token" {