Skip to content

Commit ffc4286

Browse files
Merge pull request #1137 from NHSDigital/feature/kabo5-NRL-1923-change-ec2-vol-size
NRL-1923 change ec2 volume size
2 parents 4ef97fa + ffeb17f commit ffc4286

File tree

1 file changed

+1
-1
lines changed
  • terraform/account-wide-infrastructure/test

1 file changed

+1
-1
lines changed

terraform/account-wide-infrastructure/test/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ variable "use_powerbi_gw_custom_ami" {
9191
variable "powerbi_gw_root_volume_size" {
9292
type = number
9393
description = "Size of the root EBS volume in GB"
94-
default = 40
94+
default = 45
9595
}
9696

9797
variable "powerbi_gw_root_volume_iops" {

0 commit comments

Comments
 (0)