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" # "hvs.BUXBydP1Iy6leqNIo2wx478p"
} }
variable "cloudflare_api_token" { variable "aws_region" {
description = "my cloudflare api token here" description = "Region AWS"
type = string type = string
sensitive = true sensitive = true
default = "" default = "eu-north-1"
} }