Skip to content

Commit a9ae229

Browse files
Add lustre instance performance tiers (#14180) (#1023)
[upstream:660487d560aca6ec0ae52a1049d71e7b8d0ad9f6] Signed-off-by: Modular Magician <[email protected]>
1 parent 0643409 commit a9ae229

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

lustre_instance_basic/main.tf

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
resource "google_lustre_instance" "instance" {
2-
instance_id = "my-instance-${local.name_suffix}"
3-
location = "us-central1-a"
4-
description = "test lustre instance"
5-
filesystem = "testfs"
6-
capacity_gib = 18000
7-
network = data.google_compute_network.lustre-network.id
8-
labels = {
2+
instance_id = "my-instance-${local.name_suffix}"
3+
location = "us-central1-a"
4+
description = "test lustre instance"
5+
filesystem = "testfs"
6+
capacity_gib = 18000
7+
network = data.google_compute_network.lustre-network.id
8+
per_unit_storage_throughput = 1000
9+
labels = {
910
test = "value"
1011
}
1112
timeouts {

0 commit comments

Comments
 (0)