Skip to content

Commit

Permalink
terraform-iam: bump archeologist disk to 1TB
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Nov 14, 2023
1 parent eb6fa1b commit 1c37f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-iam/archeologist.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ resource "aws_instance" "archeologist" {
subnet_id = "subnet-1eb22868" # default subnet us-east-1c

root_block_device {
volume_size = "256" # GB
volume_size = "1024" # GB
}

vpc_security_group_ids = [
Expand Down

0 comments on commit 1c37f68

Please sign in to comment.