From 019bb2ebd9375be6f37882a66bc9412d2be5281a Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Thu, 7 Aug 2025 14:12:40 +0200 Subject: [PATCH] Actualiser variables.tf --- variables.tf | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/variables.tf b/variables.tf index 4cbc971..ef8b746 100644 --- a/variables.tf +++ b/variables.tf @@ -11,28 +11,3 @@ variable "vault_token" { sensitive = true default = "hvs.BUXBydP1Iy6leqNIo2wx478p" } - -variable "aws_region" { - default = "eu-north-1" -} - -variable "environment" { - default = "Production" -} - -variable "vpc_cidr" { - default = "10.0.0.0/16" - description = "CIDR block of the vpc" -} - -variable "public_subnets_cidr" { - type = list(any) - default = ["10.0.0.0/20", "10.0.128.0/20"] - description = "CIDR block for Public Subnet" -} - -variable "private_subnets_cidr" { - type = list(any) - default = ["10.0.16.0/20", "10.0.144.0/20"] - description = "CIDR block for Private Subnet" -} \ No newline at end of file