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"
|
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" {
|
||||||
|
Reference in New Issue
Block a user