Skip to content

Commit

Permalink
planetfm/DSOS-2417/update_EBS_terraform (#4290)
Browse files Browse the repository at this point in the history
* EBS sdb volumes removed from relevant machines

* Update terraform/environments/planetfm/locals_preproduction.tf

Co-authored-by: Keir Williams <[email protected]>

* Update terraform/environments/planetfm/locals_preproduction.tf

Co-authored-by: Keir Williams <[email protected]>

* Update terraform/environments/planetfm/locals_preproduction.tf

Co-authored-by: Keir Williams <[email protected]>

* Update terraform/environments/planetfm/locals_preproduction.tf

Co-authored-by: Keir Williams <[email protected]>

---------

Co-authored-by: Keir Williams <[email protected]>
  • Loading branch information
IjazMoJ and keirwilliams authored Dec 11, 2023
1 parent 77117cb commit 4dcc663
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terraform/environments/planetfm/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand All @@ -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, {
Expand Down Expand Up @@ -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, {
Expand All @@ -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, {
Expand Down

0 comments on commit 4dcc663

Please sign in to comment.