Skip to content

Commit

Permalink
adding missing volume test
Browse files Browse the repository at this point in the history
  • Loading branch information
markgov committed Jan 3, 2024
1 parent 078db3e commit 1c23e35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions terraform/environments/equip/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,7 @@ locals {
tags = merge(local.tags,
{ Name = "${local.name}-COR-A-EQP04-ebs-block-1" }
)
}
]
ebs_block_device = [
},
{
device_name = "/dev/sdh"
volume_type = "gp3"
Expand All @@ -649,6 +647,7 @@ locals {
)
}
]

tags = merge(local.tags,
{ Name = "${local.name}-COR-A-EQP04"
Role = "Nimbus Application Services" }
Expand Down

0 comments on commit 1c23e35

Please sign in to comment.