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

This commit is contained in:
2025-08-05 14:43:26 +02:00
parent 7471dcedd2
commit ca3265cdf5

View File

@@ -11,7 +11,7 @@ variable "vault_token" {
description = "Token d'acces"
type = string
sensitive = true
default = ${{ secrets.vault_token }}
default = ${{ secrets.vaulttoken }}
# ${{ secrets.VAULT_TOKEN }}
# "hvs.BUXBydP1Iy6leqNIo2wx478p"
}