From ffeb17fc3bb81cecbda76caf9bc1d83b7b189121 Mon Sep 17 00:00:00 2001 From: Kate Bobyn Date: Tue, 3 Feb 2026 15:19:07 +0000 Subject: [PATCH] NRL-1923 change ec2 volume size --- terraform/account-wide-infrastructure/test/vars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/account-wide-infrastructure/test/vars.tf b/terraform/account-wide-infrastructure/test/vars.tf index be68808b3..40a7c6402 100644 --- a/terraform/account-wide-infrastructure/test/vars.tf +++ b/terraform/account-wide-infrastructure/test/vars.tf @@ -91,7 +91,7 @@ variable "use_powerbi_gw_custom_ami" { variable "powerbi_gw_root_volume_size" { type = number description = "Size of the root EBS volume in GB" - default = 40 + default = 45 } variable "powerbi_gw_root_volume_iops" {