From c39cc31bc6f38a640ead37715323fb0675516f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Fri, 26 Jan 2024 12:02:00 +0100 Subject: [PATCH] Actualiser application/variables.tf --- application/variables.tf | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/variables.tf b/application/variables.tf index 50a6611..3a6d05b 100644 --- a/application/variables.tf +++ b/application/variables.tf @@ -17,9 +17,6 @@ variable "protocol_provider" { variable "dns_name" { type = string } -variable "app_name" { - type = string -} variable "sub_groups" { type = list(string) default = []