diff --git a/.github/deployer/ec2_deployer.tf b/.github/deployer/ec2_deployer.tf index 5243a455e..2270aad86 100644 --- a/.github/deployer/ec2_deployer.tf +++ b/.github/deployer/ec2_deployer.tf @@ -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"