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

This commit is contained in:
2025-08-05 14:20:34 +02:00
parent eaf064f54e
commit 573d63a952

View File

@@ -16,9 +16,9 @@ variable "vault_token" {
# "hvs.BUXBydP1Iy6leqNIo2wx478p"
}
variable "cloudflare_api_token" {
description = "my cloudflare api token here"
type = string
variable "aws_region" {
description = "Region AWS"
type = string
sensitive = true
default = ""
default = "eu-north-1"
}