Skip to content

Commit 73bae58

Browse files
committed
NRL-1386 Increase EC2 storage to allow standard gw set up
1 parent 43b2e4e commit 73bae58

File tree

1 file changed

+5
-0
lines changed
  • terraform/account-wide-infrastructure/modules/powerbi-gw-ec2

1 file changed

+5
-0
lines changed

terraform/account-wide-infrastructure/modules/powerbi-gw-ec2/ec2.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ resource "aws_instance" "powerbi_gw" {
77
subnet_id = var.subnet_id
88
vpc_security_group_ids = var.security_groups
99

10+
root_block_device {
11+
volume_size = 40
12+
volume_type = "gp2"
13+
}
14+
1015
user_data = file("${path.module}/scripts/user_data.tpl")
1116

1217
tags = {

0 commit comments

Comments
 (0)