From 26b07c146ddd6854dde5755d044a9beca842ec78 Mon Sep 17 00:00:00 2001 From: "alistair.curtis" Date: Tue, 5 Dec 2023 11:46:39 +0000 Subject: [PATCH] remove app name locals --- terraform/environments/cdpt-chaps/locals.tf | 3 --- 1 file changed, 3 deletions(-) diff --git a/terraform/environments/cdpt-chaps/locals.tf b/terraform/environments/cdpt-chaps/locals.tf index dd6fa15b334..2dc3ec57c65 100644 --- a/terraform/environments/cdpt-chaps/locals.tf +++ b/terraform/environments/cdpt-chaps/locals.tf @@ -1,10 +1,7 @@ #### This file can be used to store locals specific to the member account #### - locals { app_data = jsondecode(file("./application_variables.json")) -application_name = "Chaps" - } \ No newline at end of file