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

This commit is contained in:
2025-07-04 19:54:52 +02:00
parent 2843bc15bc
commit 67c4059a92

View File

@@ -32,3 +32,10 @@ variable "vault_token" {
sensitive = true
default = "hvs.BUXBydP1Iy6leqNIo2wx478p"
}
variable "cloudflare_api_token" {
description = "my cloudflare api token here"
type = string
sensitive = true
default = ""
}