Skip to content

Commit

Permalink
feat: Use gp3 for additional ebs disks
Browse files Browse the repository at this point in the history
  • Loading branch information
sugdyzhekov committed Oct 29, 2021
1 parent 9501c4e commit 9534a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launch_template.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ resource "aws_launch_template" "node" {

ebs {
volume_size = block_device_mappings.value
volume_type = "gp3"
}
}
}
Expand Down

0 comments on commit 9534a6b

Please sign in to comment.