Skip to content

Commit

Permalink
Merge pull request #19 from Hacking-the-Cloud/expand_storage_again
Browse files Browse the repository at this point in the history
Expanded storage again
  • Loading branch information
Frichetten committed May 24, 2022
2 parents ab0ab6d + dc518b6 commit 73c5337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cicdont/target_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource "aws_instance" "target_service" {

ebs_block_device {
device_name = "/dev/sda1"
volume_size = 16
volume_size = 24
}

user_data = data.template_file.target_user_data.rendered
Expand Down

0 comments on commit 73c5337

Please sign in to comment.