Skip to content

Commit

Permalink
ci: add volume size
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 13, 2024
1 parent a6f79c8 commit 14b1edc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/deployer/ec2_deployer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ resource "aws_instance" "ibc-deployer" {
vpc_security_group_ids = local.parsed_security_groups
iam_instance_profile = "SecretManagerReadAccess-ibc"

root_block_device {
volume_size = 15
}

tags = {
Name = "ibc-contract-deployer"
Project = "IBC"
Expand Down

0 comments on commit 14b1edc

Please sign in to comment.