From 9787f79118b50a207d6ce516627e419ceffb6874 Mon Sep 17 00:00:00 2001 From: Shuya Ma <87669292+shuyama1@users.noreply.github.com> Date: Fri, 17 Apr 2026 11:30:11 -0700 Subject: [PATCH] update capacity_gib for TestAccLustreInstance_dynamicTier --- .../services/lustre/resource_lustre_instance_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmv1/third_party/terraform/services/lustre/resource_lustre_instance_test.go b/mmv1/third_party/terraform/services/lustre/resource_lustre_instance_test.go index f0d602824eb6..37994f9bbf48 100644 --- a/mmv1/third_party/terraform/services/lustre/resource_lustre_instance_test.go +++ b/mmv1/third_party/terraform/services/lustre/resource_lustre_instance_test.go @@ -480,7 +480,7 @@ resource "google_lustre_instance" "instance" { filesystem = "testfs" network = data.google_compute_network.lustre-network.id gke_support_enabled = false - capacity_gib = 118000 + capacity_gib = 472000 dynamic_tier_options { mode = "DEFAULT_CACHE" } @@ -509,7 +509,7 @@ resource "google_lustre_instance" "instance" { instance_id = "tf-test-my-instance%{random_suffix}" location = "us-central1-c" filesystem = "testfs" - capacity_gib = 118000 + capacity_gib = 472000 network = data.google_compute_network.lustre-network.id description = "test-description" dynamic_tier_options {