From 99cdbf4528364a5c2db70f4b3273ce1045218208 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 6 Aug 2025 11:59:23 +0200 Subject: [PATCH] Actualiser variables.tf --- variables.tf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/variables.tf b/variables.tf index 98b290f..5b58674 100644 --- a/variables.tf +++ b/variables.tf @@ -15,10 +15,3 @@ variable "vault_token" { # ${{ secrets.VAULT_TOKEN }} # "hvs.BUXBydP1Iy6leqNIo2wx478p" } - -variable "aws_region" { - description = "Region AWS" - type = string - sensitive = true - default = "eu-north-1" -} \ No newline at end of file