Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 1m12s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 1m12s
This commit is contained in:
@@ -36,8 +36,9 @@ variable "vault_token" {
|
||||
description = "Token d'acces"
|
||||
type = string
|
||||
sensitive = true
|
||||
default = ${{ secrets.VAULT_TOKEN }}
|
||||
#hvs.BUXBydP1Iy6leqNIo2wx478p
|
||||
default = "hvs.BUXBydP1Iy6leqNIo2wx478p"
|
||||
# ${{ secrets.VAULT_TOKEN }}
|
||||
# "hvs.BUXBydP1Iy6leqNIo2wx478p"
|
||||
}
|
||||
|
||||
variable "cloudflare_api_token" {
|
||||
|
Reference in New Issue
Block a user