Skip to content

Commit

Permalink
use gp3 as default type for root block device
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Nov 22, 2024
1 parent 35cdb29 commit 69432d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend_modules/aws/host/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ resource "aws_instance" "instance" {

root_block_device {
volume_size = local.provider_settings["volume_size"]
volume_type = "gp3"
}

user_data = data.template_file.user_data[count.index].rendered
Expand Down

0 comments on commit 69432d3

Please sign in to comment.