From 4dcc663049abe46e57de3d550c0358a1ca50aa76 Mon Sep 17 00:00:00 2001 From: IjazMoJ <134407207+IjazMoJ@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:37:57 +0000 Subject: [PATCH] planetfm/DSOS-2417/update_EBS_terraform (#4290) * EBS sdb volumes removed from relevant machines * Update terraform/environments/planetfm/locals_preproduction.tf Co-authored-by: Keir Williams * Update terraform/environments/planetfm/locals_preproduction.tf Co-authored-by: Keir Williams * Update terraform/environments/planetfm/locals_preproduction.tf Co-authored-by: Keir Williams * Update terraform/environments/planetfm/locals_preproduction.tf Co-authored-by: Keir Williams --------- Co-authored-by: Keir Williams --- terraform/environments/planetfm/locals_preproduction.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terraform/environments/planetfm/locals_preproduction.tf b/terraform/environments/planetfm/locals_preproduction.tf index 2437f86133e..60b5e3b9703 100644 --- a/terraform/environments/planetfm/locals_preproduction.tf +++ b/terraform/environments/planetfm/locals_preproduction.tf @@ -41,7 +41,6 @@ locals { }) ebs_volumes = { "/dev/sda1" = { type = "gp3", size = 128 } # root volume - "/dev/sdb" = { type = "gp3", size = 100 } } cloudwatch_metric_alarms = {} # TODO: remove this later when @Dominic has added finished changing the alarms tags = merge(local.defaults_app_ec2.tags, { @@ -61,7 +60,6 @@ locals { }) ebs_volumes = { "/dev/sda1" = { type = "gp3", size = 128 } # root volume - "/dev/sdb" = { type = "gp3", size = 100 } } cloudwatch_metric_alarms = {} # TODO: remove this later when @Dominic has added finished changing the alarms tags = merge(local.defaults_app_ec2.tags, { @@ -123,7 +121,6 @@ locals { }) ebs_volumes = { "/dev/sda1" = { type = "gp3", size = 128 } # root volume - "/dev/sdb" = { type = "gp3", size = 100 } } cloudwatch_metric_alarms = {} # TODO: remove this later when @Dominic has added finished changing the alarms tags = merge(local.defaults_web_ec2.tags, { @@ -143,7 +140,6 @@ locals { }) ebs_volumes = { "/dev/sda1" = { type = "gp3", size = 128 } # root volume - "/dev/sdb" = { type = "gp3", size = 100 } } cloudwatch_metric_alarms = {} # TODO: remove this later when @Dominic has added finished changing the alarms tags = merge(local.defaults_web_ec2.tags, {