From 573d63a952cd40c5ed3a158f7e68ad26faf1baec Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Tue, 5 Aug 2025 14:20:34 +0200 Subject: [PATCH] Actualiser variables.tf --- variables.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/variables.tf b/variables.tf index 5b35469..5063cd0 100644 --- a/variables.tf +++ b/variables.tf @@ -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" } \ No newline at end of file