Skip to content

Commit

Permalink
added comma to seperate the two ebs
Browse files Browse the repository at this point in the history
  • Loading branch information
markgov committed Jan 3, 2024
1 parent dbee17c commit fb1777f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/equip/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,8 @@ locals {
{ Name = "${local.name}-COR-A-EQP04-ebs-block-1" }
)
}
]
ebs_block_device2 = [
],
ebs_block_device = [
{
device_name = "/dev/sdh"
volume_type = "gp3"
Expand Down

0 comments on commit fb1777f

Please sign in to comment.