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 {