diff --git a/lustre_instance_basic/main.tf b/lustre_instance_basic/main.tf index 297d9225..ff4fe369 100644 --- a/lustre_instance_basic/main.tf +++ b/lustre_instance_basic/main.tf @@ -1,11 +1,12 @@ resource "google_lustre_instance" "instance" { - instance_id = "my-instance-${local.name_suffix}" - location = "us-central1-a" - description = "test lustre instance" - filesystem = "testfs" - capacity_gib = 18000 - network = data.google_compute_network.lustre-network.id - labels = { + instance_id = "my-instance-${local.name_suffix}" + location = "us-central1-a" + description = "test lustre instance" + filesystem = "testfs" + capacity_gib = 18000 + network = data.google_compute_network.lustre-network.id + per_unit_storage_throughput = 1000 + labels = { test = "value" } timeouts {